| { |
| "name": "CDYahooKit", |
| "version": "0.9.24", |
| "summary": "An extensive Objective C wrapper for the Yahoo Developers Social and Fantasy Football APIs.", |
| "description": "This Objective C wrapper covers all possible network endpoints and responses for the Yahoo Developers Social and Fantasy Football API's.", |
| "homepage": "https://github.com/chrisdhaan/CDYahooKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Christopher de Haan": "contact@christopherdehaan.me" |
| }, |
| "source": { |
| "git": "https://github.com/chrisdhaan/CDYahooKit.git", |
| "tag": "0.9.24" |
| }, |
| "social_media_url": "https://twitter.com/dehaan_solo", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "CDYahooKit/Classes/Core/**/*.{h,m}", |
| "frameworks": "CoreLocation", |
| "dependencies": { |
| "Overcoat": [ |
| "~> 4.0.0-beta.2" |
| ], |
| "CDYahooKit/OAuth": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "OAuth", |
| "source_files": "CDYahooKit/Classes/OAuth/**/*.{h,m}", |
| "dependencies": { |
| "CDOAuth1Kit": [ |
| |
| ] |
| } |
| } |
| ] |
| } |