| { |
| "name": "t_swift_tools", |
| "version": "0.0.2", |
| "summary": "Swift common tools.", |
| "description": "Swift common tools.\nJSONKit - json tools.\nFormatter - format string\nReflection\nWeakValueDictionary - weak hash map", |
| "homepage": "https://github.com/TongCui/t_swift_tools", |
| "license": "MIT", |
| "authors": { |
| "Tong Cui": "tcui@appannie.com" |
| }, |
| "source": { |
| "git": "https://github.com/TongCui/t_swift_tools.git", |
| "tag": "0.0.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "t_swift_tools": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |