[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / c / a / b / FBSDK-RACExtensions / 0.0.2.1 / FBSDK-RACExtensions.podspec.json
blob1de3f223016bc004e0beae86d055209c852d6122
2   "name": "FBSDK-RACExtensions",
3   "version": "0.0.2.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "For thouse of you who love ReactiveCocoa and have to deal with Facebook, salvation is coming.",
9   "homepage": "https://github.com/eagle-dan1349/FBSDK-RACExtensions",
10   "authors": {
11     "eagle-dan1349": "eagle.dan.1349@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/eagle-dan1349/FBSDK-RACExtensions.git",
15     "tag": "0.0.2.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "xcconfig": {
22     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
23   },
24   "dependencies": {
25     "ReactiveCocoa": [
26       "~> 2.5"
27     ]
28   },
29   "default_subspecs": [
30     "FBSDKCoreKit-RACExtensions",
31     "FBSDKLoginKit-RACExtensions"
32   ],
33   "subspecs": [
34     {
35       "name": "FBSDKCoreKit-RACExtensions",
36       "public_header_files": "Pod/FBSDKCoreKit-RACExtensions/*.h",
37       "source_files": "Pod/FBSDKCoreKit-RACExtensions/*.{h,m}",
38       "dependencies": {
39         "FBSDKCoreKit": [
40           "~> 4.6.0"
41         ]
42       }
43     },
44     {
45       "name": "FBSDKLoginKit-RACExtensions",
46       "public_header_files": "Pod/FBSDKLoginKit-RACExtensions/*.h",
47       "source_files": "Pod/FBSDKLoginKit-RACExtensions/*.{h,m}",
48       "dependencies": {
49         "FBSDK-RACExtensions/FBSDKCoreKit-RACExtensions": [
51         ],
52         "FBSDKLoginKit": [
53           "~> 4.6.0"
54         ]
55       }
56     }
57   ]