blob: 7df619d2e2122db09d4bf801a9aa19843a6828dc [file] [log] [blame]
{
"name": "SQCategories",
"version": "0.1.7",
"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.1.7"
},
"source_files": [
"SQCategories",
"SQCategories/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}