[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / c / a / b / FBSDK-RACExtensions / 0.0.2.0 / FBSDK-RACExtensions.podspec.json
blobac41aa680abcb53904cf0f78609e664613ba7d54
2   "name": "FBSDK-RACExtensions",
3   "version": "0.0.2.0",
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.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "dependencies": {
22     "ReactiveCocoa": [
23       "~> 2.5"
24     ]
25   },
26   "default_subspecs": [
27     "FBSDKCoreKit-RACExtensions",
28     "FBSDKLoginKit-RACExtensions",
29     "FBSDKShareKit-RACExtensions"
30   ],
31   "subspecs": [
32     {
33       "name": "All",
34       "dependencies": {
35         "FBSDK-RACExtensions/FBSDKCoreKit-RACExtensions": [
37         ],
38         "FBSDK-RACExtensions/FBSDKLoginKit-RACExtensions": [
40         ],
41         "FBSDK-RACExtensions/FBSDKShareKit-RACExtensions": [
43         ]
44       }
45     },
46     {
47       "name": "FBSDKCoreKit-RACExtensions",
48       "public_header_files": "Pod/FBSDKCoreKit-RACExtensions/*.h",
49       "source_files": "Pod/FBSDKCoreKit-RACExtensions/*.{h,m}",
50       "dependencies": {
51         "FBSDKCoreKit": [
52           "~> 4.1.0"
53         ]
54       }
55     },
56     {
57       "name": "FBSDKLoginKit-RACExtensions",
58       "public_header_files": "Pod/FBSDKLoginKit-RACExtensions/*.h",
59       "source_files": "Pod/FBSDKLoginKit-RACExtensions/*.{h,m}",
60       "dependencies": {
61         "FBSDKLoginKit": [
62           "~> 4.1.0"
63         ]
64       }
65     },
66     {
67       "name": "FBSDKShareKit-RACExtensions",
68       "public_header_files": "Pod/FBSDKShareKit-RACExtensions/*.h",
69       "source_files": "Pod/FBSDKShareKit-RACExtensions/*.{h,m}",
70       "dependencies": {
71         "FBSDKShareKit": [
72           "~> 4.1.0"
73         ]
74       }
75     }
76   ]