| { |
| "name": "SJNSDK", |
| "version": "0.0.1", |
| "summary": "SJNSDK开发iOS 项目APP 的一些基本框架总结,包括项目中遇到的各种特效和应用框架", |
| "description": "在创建项目的时候只需要导入这个类库就可以,用里面的各种特效和功能\nTODO: Add long description of the pod here.", |
| "homepage": "https://github.com/SJN/SJNSDK", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "SJN": "707813347@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/FirstStone/SJNSDK.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SJNSDK/Classes/**/*", |
| "public_header_files": "Pod/Classes/**/*.h" |
| } |