blob: f75a92786b4f7bb2cd7bfe77420e3171bee52b1c [file] [log] [blame]
{
"name": "ZWTool",
"version": "0.0.4",
"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.4"
},
"source_files": "Tools/*.{h,m}",
"public_header_files": "Tools/*.h",
"dependencies": {
"YYCache": [
]
},
"frameworks": [
"UIKit",
"CoreMotion"
]
}