| { |
| "name": "Facebook-iOS-SDK-RACExtensions", |
| "version": "0.0.1.1", |
| "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/Facebook-iOS-SDK-RACExtensions", |
| "authors": { |
| "eagle-dan1349": "eagle.dan.1349@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/eagle-dan1349/Facebook-iOS-SDK-RACExtensions.git", |
| "tag": "0.0.1.1" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "Pod/Classes/**/*", |
| "dependencies": { |
| "ReactiveCocoa": [ |
| "~> 2.4.7" |
| ], |
| "Facebook-iOS-SDK": [ |
| "~> 3.23.0" |
| ] |
| } |
| } |