blob: 4471c9266bd3848ee2a9ff4e14fb27ce87be9501 [file] [log] [blame]
{
"name": "JXExtension",
"version": "0.3.22",
"summary": "About UIKit Extension.",
"homepage": "https://gitlab.com/JeasonLee/JXExtension",
"license": "MIT",
"authors": {
"Jeason": "jeason.l@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://JeasonLee@gitlab.com/JeasonLee/JXExtension.git",
"tag": "0.3.22"
},
"public_header_files": "JXExtension/JXExtension.h",
"source_files": "JXExtension/JXExtension.h",
"dependencies": {
"SDVersion": [
]
},
"requires_arc": true,
"subspecs": [
{
"name": "Category",
"source_files": "JXExtension/Category/*.{h,m}"
},
{
"name": "View",
"source_files": "JXExtension/View/*.{h,m}",
"dependencies": {
"JXExtension/Category": [
]
}
},
{
"name": "Transition",
"source_files": "JXExtension/Transition/*.{h,m}"
},
{
"name": "Manager",
"source_files": "JXExtension/Manager/*.{h,m}"
}
]
}