| { | |
| "name": "SocialAPPKit", | |
| "version": "0.0.2", | |
| "summary": "社交化APP轻量级功能组件", | |
| "homepage": "https://github.com/Heqiao1025/SocialAPPKit", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "ForC": "heqiao.china@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Heqiao1025/SocialAPPKit.git", | |
| "tag": "0.0.2" | |
| }, | |
| "frameworks": [ | |
| "UIKit", | |
| "Foundation" | |
| ], | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source_files": [ | |
| "SocialAPPKit", | |
| "SocialAPPKit/**/*.{h,m}" | |
| ] | |
| } |