| { | |
| "name": "SPTestLibrary", | |
| "version": "0.0.2", | |
| "summary": "简短描述.", | |
| "description": "详细描述哈哈哈哈哈哈", | |
| "homepage": "https://www.baidu.com", | |
| "license": "MIT", | |
| "authors": "jishoupeng", | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/sp55/SPTestLibrary.git", | |
| "tag": "0.0.2" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "Classes/**/*.{h,m}" | |
| ], | |
| "exclude_files": "Classes/Exclude", | |
| "frameworks": "UIKit" | |
| } |