blob: 1509834f83bbfe644193d46ce1a661449ef7475f [file] [log] [blame]
{
"name": "ZWTool",
"version": "0.0.3",
"summary": "ZWTool is a multfunctional tool",
"homepage": "https://git.oschina.net/cribug",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"InitialC": "iwilliamchang@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://git.oschina.net/cribug/ZWTool.git",
"tag": "0.0.3"
},
"source_files": "Tools/*.{h,m}",
"public_header_files": "Tools/*.h",
"dependencies": {
"YYCache": [
]
},
"frameworks": [
"UIKit",
"CoreMotion"
]
}