| { |
| "name": "SunbeamLatestAFService", |
| "version": "0.1.20", |
| "summary": "SunbeamLatestAFService is an networking service base on latest AFNetworking.", |
| "description": "An networking service base on latest AFNetworking 3.0, use block callback after request complete.", |
| "homepage": "https://github.com/sunbeamChen/SunbeamLatestAFService", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "陈训": "sunbeamhome@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/sunbeamChen/SunbeamLatestAFService.git", |
| "tag": "0.1.20" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "SunbeamLatestAFService/Classes/**/*", |
| "public_header_files": "SunbeamLatestAFService/Classes/**/*.h", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.0" |
| ] |
| } |
| } |