blob: b225fe4619b008f7ed052883804a4dbc167c6303 [file] [log] [blame]
{
"name": "XTools",
"version": "0.0.1",
"summary": "A custom tool for quick develop iOS app.",
"description": " It is a tool for iOS develop, which implement by Objective-C.\n",
"homepage": "https://github.com/mail2chensh/XTools",
"license": "MIT",
"authors": {
"Chensh": "mail2chensh@gmail.com"
},
"source": {
"git": "https://github.com/mail2chensh/XTools.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "XTools/Vendors/ProgressHUD/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}