| { |
| "name": "Module2", |
| "version": "0.2.0", |
| "summary": "A short description of Module2.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://git.icarbonx.com/zengfanrong/Module2", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "fanrong95": "zengfanrong@icarbonx.com" |
| }, |
| "source": { |
| "git": "https://git.icarbonx.com/zengfanrong/Module2.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Module2/Classes/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.3" |
| ] |
| } |
| } |