Commit bddec655 authored by Fabio Pelosin's avatar Fabio Pelosin

[Spec Integration] Update install_new for 0.17

parent b21e2f28
PODS: PODS:
- Reachability (3.1.0) - Reachability (3.1.0)
DEPENDENCIES: DEPENDENCIES:
- Reachability (= 3.1.0) - Reachability (= 3.1.0)
SPEC CHECKSUMS: SPEC CHECKSUMS:
Reachability: 1c8584c5f26fa776695efef95caaa50402c94cfb Reachability: 1c8584c5f26fa776695efef95caaa50402c94cfb
COCOAPODS: 0.16.2 COCOAPODS: 0.17.0.alpha
PODS:
- Reachability (3.1.0)
DEPENDENCIES:
- Reachability (= 3.1.0)
SPEC CHECKSUMS:
Reachability: 1c8584c5f26fa776695efef95caaa50402c94cfb
COCOAPODS: 0.17.0.alpha
// WARNING: This feature of CocoaPods is present for discussion purposes and might be discontinued or changed in future
#define __COCOA_PODS
#define __POD_Reachability
#ifdef __OBJC__ #ifdef __OBJC__
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#endif #endif
#import "Pods-header.h"
--- ---
File References: File References:
- Products:
- libPods.a
- Frameworks: - Frameworks:
- Foundation.framework - Foundation.framework
- SystemConfiguration.framework
- Pods: - Pods:
- Reachability: - Reachability:
- Reachability.h - Reachability.h
- Reachability.m - Reachability.m
- Products:
- libPods.a
- Targets Support Files: - Targets Support Files:
- Pods: - Pods:
- Pods-resources.sh
- Pods-prefix.pch
- Pods.xcconfig - Pods.xcconfig
- PodsDummy_Pods.m - Pods-header.h
- Pods-prefix.pch
- Pods-resources.sh
- Pods-acknowledgements.plist
- Pods-acknowledgements.markdown
- Pods-dummy.m
- Podfile
--- ---
...@@ -23,7 +28,7 @@ Targets: ...@@ -23,7 +28,7 @@ Targets:
- SourcesBuildPhase: - SourcesBuildPhase:
- Reachability.m: - Reachability.m:
COMPILER_FLAGS: -fobjc-arc -DOS_OBJECT_USE_OBJC=0 COMPILER_FLAGS: -fobjc-arc -DOS_OBJECT_USE_OBJC=0
- PodsDummy_Pods.m - Pods-dummy.m
- FrameworksBuildPhase: - FrameworksBuildPhase:
- Foundation.framework - Foundation.framework
- HeadersBuildPhase: - HeadersBuildPhase:
...@@ -31,10 +36,9 @@ Targets: ...@@ -31,10 +36,9 @@ Targets:
Build Configurations: Build Configurations:
- Release: - Release:
Build Settings: Build Settings:
COPY_PHASE_STRIP: 'YES' PUBLIC_HEADERS_FOLDER_PATH: $(TARGET_NAME)
PODS_HEADERS_SEARCH_PATHS: ${PODS_BUILD_HEADERS_SEARCH_PATHS} PODS_HEADERS_SEARCH_PATHS: ${PODS_BUILD_HEADERS_SEARCH_PATHS}
PODS_ROOT: ${SRCROOT} PODS_ROOT: ${SRCROOT}
PUBLIC_HEADERS_FOLDER_PATH: $(TARGET_NAME)
SDKROOT: iphoneos SDKROOT: iphoneos
VALIDATE_PRODUCT: 'YES' VALIDATE_PRODUCT: 'YES'
GCC_C_LANGUAGE_STANDARD: gnu99 GCC_C_LANGUAGE_STANDARD: gnu99
...@@ -48,7 +52,7 @@ Targets: ...@@ -48,7 +52,7 @@ Targets:
GCC_PRECOMPILE_PREFIX_HEADER: 'YES' GCC_PRECOMPILE_PREFIX_HEADER: 'YES'
OTHER_LDFLAGS: '' OTHER_LDFLAGS: ''
IPHONEOS_DEPLOYMENT_TARGET: '6.0' IPHONEOS_DEPLOYMENT_TARGET: '6.0'
GCC_WARN_INHIBIT_ALL_WARNINGS: 'NO' COPY_PHASE_STRIP: 'YES'
GCC_PREFIX_HEADER: Pods-prefix.pch GCC_PREFIX_HEADER: Pods-prefix.pch
Base Configuration: Pods.xcconfig Base Configuration: Pods.xcconfig
- Debug: - Debug:
...@@ -76,7 +80,6 @@ Targets: ...@@ -76,7 +80,6 @@ Targets:
PODS_ROOT: ${SRCROOT} PODS_ROOT: ${SRCROOT}
ARCHS: $(ARCHS_STANDARD_32_BIT) ARCHS: $(ARCHS_STANDARD_32_BIT)
SKIP_INSTALL: 'YES' SKIP_INSTALL: 'YES'
GCC_WARN_INHIBIT_ALL_WARNINGS: 'NO'
Base Configuration: Pods.xcconfig Base Configuration: Pods.xcconfig
......
Pod::Spec.new do |s|
s.name = 'Reachability'
s.version = '3.1.0'
s.license = 'BSD'
s.homepage = 'https://github.com/tonymillion/Reachability'
s.authors = { 'Tony Million' => 'tonymillion@gmail.com' }
s.summary = 'ARC and GCD Compatible Reachability Class for iOS. Drop in replacement for Apple Reachability.'
s.source = { :git => 'https://github.com/tonymillion/Reachability.git', :tag => 'v3.1.0' }
s.source_files = 'Reachability.{h,m}'
s.framework = 'SystemConfiguration'
s.requires_arc = false
end
<?xml version='1.0' encoding='UTF-8'?><Workspace version='1.0'><FileRef location='group:Pods/Pods.xcodeproj'/><FileRef location='group:SampleApp.xcodeproj'/></Workspace> <?xml version='1.0' encoding='UTF-8'?><Workspace version='1.0'><FileRef location='group:SampleApp.xcodeproj'/><FileRef location='group:Pods/Pods.xcodeproj'/></Workspace>
\ No newline at end of file \ No newline at end of file
$ pod install --no-update --no-doc --verbose --no-color $ pod install --no-update --no-doc --verbose --no-color
Resolving dependencies of `./Podfile' Resolving dependencies of `Podfile`
Resolving dependencies for target `default' (iOS 6.0) Resolving dependencies for target `default' (iOS 6.0)
- Reachability (= 3.1.0) - Reachability (= 3.1.0)
Comparing resolved specification to the sandbox manifest:
A Reachability
Downloading dependencies Downloading dependencies
-> Installing Reachability (3.1.0) -> Installing Reachability (3.1.0)
$ /usr/bin/git config core.bare > GitHub download
true $ /usr/bin/git config core.bare
> Cloning git repo true
$ /usr/bin/git rev-list --max-count=1 v3.1.0 $ /usr/bin/git config core.bare
f7176f4798d068d233dca5223ae4bd9c8059e830 true
> Updating cache git repo (CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6)
$ /usr/bin/git remote update
Fetching origin
$ /usr/bin/git init $ /usr/bin/git init
Initialized empty Git repository in ROOT/tmp/install_new/Pods/Reachability/.git/ Initialized empty Git repository in ROOT/tmp/install_new/Pods/Reachability/.git/
$ /usr/bin/git remote add origin 'CACHES_DIR/Git/48f11286750afa2e2eb80564e288f42eed7cbab6' $ /usr/bin/git remote add origin 'CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6'
$ /usr/bin/git fetch origin tags/v3.1.0 $ /usr/bin/git fetch origin tags/v3.1.0 2>&1
From CACHES_DIR/GitHub/48f11286750afa2e2eb80564e288f42eed7cbab6
* tag v3.1.0 -> FETCH_HEAD
$ /usr/bin/git reset --hard FETCH_HEAD $ /usr/bin/git reset --hard FETCH_HEAD
HEAD is now at f7176f4 updated podspec HEAD is now at f7176f4 updated podspec
$ /usr/bin/git checkout -b activated-pod-commit $ /usr/bin/git checkout -b activated-pod-commit 2>&1
Switched to a new branch 'activated-pod-commit'
Generating support files Generating Pods Project
- Creating Pods project
- Running pre install hooks - Running pre install hooks
- Generating project - Adding source files to Pods project
- Adding resources to Pods project
- Installing targets - Installing targets
- Generating xcconfig file at `./Pods/Pods.xcconfig' - Installing target `Pods` iOS 6.0
- Generating prefix header at `./Pods/Pods-prefix.pch' - Adding Build files
- Generating copy resources script at `./Pods/Pods-resources.sh' - Linking headers
- Generating xcconfig file at `Pods/Pods.xcconfig`
- Generating target header at `Pods/Pods-header.h`
- Generating prefix header at `Pods/Pods-prefix.pch`
- Generating copy resources script at `Pods/Pods-resources.sh`
- Generating acknowledgements at `Pods/Pods-acknowledgements.plist`
- Generating acknowledgements at `Pods/Pods-acknowledgements.markdown`
- Generating dummy source file at `Pods/Pods-dummy.m`
- Running post install hooks - Running post install hooks
- Writing Xcode project file to `./Pods/Pods.xcodeproj' - Writing Xcode project file to `Pods/Pods.xcodeproj`
- Writing lockfile in `./Podfile.lock' - Writing Lockfile in `Podfile.lock`
- Writing Manifest in `Pods/Manifest.lock`
[!] From now on use `SampleApp.xcworkspace'. Integrating client projects
Integrating `libPods.a' into target `SampleApp' of Xcode project `./SampleApp.xcodeproj'. [!] From now on use `SampleApp.xcworkspace'.
Integrating `libPods.a` into target `SampleApp` of project `SampleApp.xcodeproj`.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment