| { |
| "name": "CocoaFirstPod", |
| "version": "0.1.0", |
| "summary": "A test for creating podspec of CocoaFirstPod.", |
| "description": "first test for cerating a podspec,this is a description for this lib", |
| "homepage": "https://github.com/cocoaGithub/CocoaFirstPod", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "cocoaGithub": "1291624603@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/cocoaGithub/CocoaFirstPod.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "CocoaFirstPod/Classes/**/*" |
| } |