blob: cc21544350d00d8097167fd1c43622f8b2d7033c [file] [log] [blame]
{
"name": "ZXToolKit",
"version": "0.1.0",
"homepage": "https://github.com/zixun/ZXToolKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"子循": "chenyl.exe@gmail.com"
},
"summary": "Tool class which commonly used in the development of iOS",
"description": "ZXToolKit is a tool class kit which commonly used in the development of iOS,Make development more convenient",
"platforms": {
"ios": "4.3"
},
"source": {
"git": "git@github.com:zixun/ZXToolKit.git",
"tag": "0.1.0"
},
"source_files": "ZXToolKit/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}