| { |
| "name": "TwitterJSON", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "summary": "Simple integration with Twitter RESE api.", |
| "requires_arc": true, |
| "version": "0.2.3", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Kyle Goslan": "kylegoslan@me.com" |
| }, |
| "social_media_url": "https://twitter.com/kylegoslan", |
| "homepage": "https://github.com/KyleGoslan/TwitterJSON", |
| "source": { |
| "git": "https://github.com/KyleGoslan/TwitterJSON.git", |
| "tag": "0.2.3" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "dependencies": { |
| "Alamofire": [ |
| "~> 1.3" |
| ], |
| "SwiftyJSON": [ |
| "~> 2.2.1" |
| ] |
| }, |
| "source_files": "TwitterJSON" |
| } |