blob: f287ca25e16a7412c5c5c44c482e6ef0c136a094 [file] [log] [blame]
{
"name": "qpExtension",
"version": "0.0.1",
"summary": "A Commonly Used OC Extension.",
"homepage": "https://github.com/LossMind/qpExtension.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "LossMind",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LossMind/qpExtension.git",
"tag": "0.0.1"
},
"source_files": [
"Sources",
"Sources/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}