blob: ac41aa680abcb53904cf0f78609e664613ba7d54 [file] [log] [blame]
{
"name": "FBSDK-RACExtensions",
"version": "0.0.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "For thouse of you who love ReactiveCocoa and have to deal with Facebook, salvation is coming.",
"homepage": "https://github.com/eagle-dan1349/FBSDK-RACExtensions",
"authors": {
"eagle-dan1349": "eagle.dan.1349@gmail.com"
},
"source": {
"git": "https://github.com/eagle-dan1349/FBSDK-RACExtensions.git",
"tag": "0.0.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
},
"default_subspecs": [
"FBSDKCoreKit-RACExtensions",
"FBSDKLoginKit-RACExtensions",
"FBSDKShareKit-RACExtensions"
],
"subspecs": [
{
"name": "All",
"dependencies": {
"FBSDK-RACExtensions/FBSDKCoreKit-RACExtensions": [
],
"FBSDK-RACExtensions/FBSDKLoginKit-RACExtensions": [
],
"FBSDK-RACExtensions/FBSDKShareKit-RACExtensions": [
]
}
},
{
"name": "FBSDKCoreKit-RACExtensions",
"public_header_files": "Pod/FBSDKCoreKit-RACExtensions/*.h",
"source_files": "Pod/FBSDKCoreKit-RACExtensions/*.{h,m}",
"dependencies": {
"FBSDKCoreKit": [
"~> 4.1.0"
]
}
},
{
"name": "FBSDKLoginKit-RACExtensions",
"public_header_files": "Pod/FBSDKLoginKit-RACExtensions/*.h",
"source_files": "Pod/FBSDKLoginKit-RACExtensions/*.{h,m}",
"dependencies": {
"FBSDKLoginKit": [
"~> 4.1.0"
]
}
},
{
"name": "FBSDKShareKit-RACExtensions",
"public_header_files": "Pod/FBSDKShareKit-RACExtensions/*.h",
"source_files": "Pod/FBSDKShareKit-RACExtensions/*.{h,m}",
"dependencies": {
"FBSDKShareKit": [
"~> 4.1.0"
]
}
}
]
}