| { |
| "name": "StudyCocoaPods", |
| "version": "1.0.5", |
| "summary": "学习使用发布代码库", |
| "homepage": "https://github.com/wuhaiwei/StudyCocoaPods", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "wuhaiwei": "wuhaiwei@qding.me" |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "SystemConfiguration", |
| "WebKit", |
| "CoreTelephony" |
| ], |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/wuhaiwei/StudyCocoaPods.git", |
| "tag": "1.0.5" |
| }, |
| "source_files": "StudyCocoaPods/People/*.{h,m}", |
| "requires_arc": true |
| } |