blob: 38afea4b9c8ffba7b454899db1bf089c869e5d0c [file] [log] [blame]
{
"name": "JXExtension",
"version": "0.2.0",
"summary": "About UIKit Extension.",
"homepage": "https://bitbucket.org/JeasonLee/jxextension",
"license": "MIT",
"authors": {
"Jeason": "jeason.l@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://JeasonLee@bitbucket.org/JeasonLee/jxextension.git",
"tag": "0.2.0"
},
"public_header_files": "JXExtension/JXExtension.h",
"source_files": "JXExtension/JXExtension.h",
"requires_arc": true,
"dependencies": {
"SDVersion": [
]
},
"subspecs": [
{
"name": "Category",
"source_files": "JXExtension/Category/*.{h,m}"
},
{
"name": "View",
"source_files": "JXExtension/View/*.{h,m}",
"dependencies": {
"JXExtension/Category": [
]
}
}
]
}