blob: 9a49231cec41df6c7e766cf4e9afe868fa4fc387 [file] [log] [blame]
{
"name": "SQCategories",
"version": "0.0.5",
"summary": "a collection of useful Objective-C Categories extending iOS Frameworks.",
"homepage": "https://github.com/CoderSQ/SQCategories.git",
"license": "MIT",
"authors": {
"CoderSQ": "steven_shuang@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CoderSQ/SQCategories.git",
"tag": "0.0.5"
},
"source_files": [
"SQCategories",
"SQCategories/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}