mirror of
https://github.com/zhigang1992/FunctionalReactivePixels.git
synced 2026-01-12 17:22:42 +08:00
Added pofile.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1
FRP.xcworkspace/contents.xcworkspacedata
generated
Normal file
1
FRP.xcworkspace/contents.xcworkspacedata
generated
Normal file
@@ -0,0 +1 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?><Workspace version='1.0'><FileRef location='group:FRP.xcodeproj'/><FileRef location='group:Pods/Pods.xcodeproj'/></Workspace>
|
||||
13
Podfile
Normal file
13
Podfile
Normal file
@@ -0,0 +1,13 @@
|
||||
platform :ios, "7.0"
|
||||
|
||||
target "FRP" do
|
||||
|
||||
pod 'ReactiveCocoa', '2.1'
|
||||
pod '500px-iOS-api', '1.0.4'
|
||||
|
||||
end
|
||||
|
||||
target "FRPTests" do
|
||||
|
||||
end
|
||||
|
||||
18
Podfile.lock
Normal file
18
Podfile.lock
Normal file
@@ -0,0 +1,18 @@
|
||||
PODS:
|
||||
- 500px-iOS-api (1.0.4)
|
||||
- ReactiveCocoa (2.1):
|
||||
- ReactiveCocoa/Core
|
||||
- ReactiveCocoa/no-arc
|
||||
- ReactiveCocoa/Core (2.1):
|
||||
- ReactiveCocoa/no-arc
|
||||
- ReactiveCocoa/no-arc (2.1)
|
||||
|
||||
DEPENDENCIES:
|
||||
- 500px-iOS-api (= 1.0.4)
|
||||
- ReactiveCocoa (= 2.1)
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
500px-iOS-api: fde71ddd4a05f06b94b8ec7c29bbcd2e589b7e70
|
||||
ReactiveCocoa: b686fa735c28c2dc7311fbd2f0895b4d4ae07360
|
||||
|
||||
COCOAPODS: 0.25.0
|
||||
Reference in New Issue
Block a user