blob: 2beab3f25517985bde0301ab2f61818cb0d360db [file] [log] [blame]
{
"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"
]
}
}