blob: a573fdb4ad0fa0ba56d6a5784937402eddf2844a [file] [log] [blame]
{
"name": "JQExtensions",
"version": "0.0.3",
"summary": "OC some of the base class extentions.",
"homepage": "https://github.com/Metoos/JQExtensions.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"life": "835620970@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Metoos/JQExtensions.git",
"tag": "0.0.3"
},
"source_files": [
"Sources",
"Sources/*.{h,m}",
"Sources/Resources/*.{h,m,bundle}"
],
"resources": "Sources/Resources/*.bundle",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}