| { |
| "name": "ToolsTestDemo", |
| "version": "0.0.1", |
| "summary": "ZJToolHelper SDK", |
| "homepage": "https://github.com/zhangjiang1203/ToolsTestDemo", |
| "license": { |
| "type": "Copyright", |
| "file": "Copyright zhangjiang" |
| }, |
| "authors": { |
| "zhangjiang": "896884553@q.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/zhangjiang1203/ToolsTestDemo.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "**/ToolsTestDemo/ZJToolHelper/*.{h,m}" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |