| { |
| "name": "SwifTumblr", |
| "version": "1.0.0", |
| "summary": "Fetch and parse tumblr blog.", |
| "description": "This library fetch tumblr blog and covert it to Swift objects.", |
| "homepage": "https://github.com/yosan/SwifTumblr", |
| "license": "MIT", |
| "authors": { |
| "yosan": "taka.yosuke@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/yosan/SwifTumblr.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.5.0" |
| ], |
| "AEXML": [ |
| "~> 4.0" |
| ] |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |