| { |
| "name": "EvernoteBolts", |
| "version": "0.1.0", |
| "summary": "BoltsFramework Tasks additions for Evernote iOS SDK.", |
| "description": " BoltsFramework Tasks additions for Evernote iOS SDK.\n Allow you to use BoltsFramework Tasks with Evernote API for iOS.\n", |
| "homepage": "https://github.com/siuying/EvernoteBolts", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Francis Chong": "francis@ignition.hk" |
| }, |
| "social_media_url": "http://twitter.com/siuying", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/siuying/EvernoteBolts.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "EvernoteBolts/Bolts/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "Evernote-SDK-iOS": [ |
| "~> 1.3.1" |
| ], |
| "Bolts": [ |
| "~> 1.0.0" |
| ] |
| } |
| } |