| { |
| "name": "TS_ToolKit", |
| "version": "1.0.2", |
| "summary": "A Lib For Tool.", |
| "description": "各种工具类", |
| "homepage": "https://github.com/StoneStoneStoneWang/TS_ToolKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "StoneStoneStoneWang": "yuanxingfu1314@163.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "source": { |
| "git": "https://github.com/StoneStoneStoneWang/TS_ToolKit.git", |
| "tag": "1.0.2" |
| }, |
| "source_files": "Code/**/*.{h,m}" |
| } |