| { |
| "name": "FFFTest", |
| "version": "0.1.0", |
| "summary": "A short description of FFFTest.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/haoxiaofeng91/FFFTest", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "haoxiaofeng91": "519773312@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/haoxiaofeng91/FFFTest.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "FFFTest/Classes/**/*", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "MapKit" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.3" |
| ] |
| } |
| } |