blob: 3a9864913642c27d1ae2cb04ebd219fe02135720 [file] [log] [blame]
{
"name": "JYExtensionKit",
"version": "0.1.0",
"summary": "JYExtensionKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/YuXilong/JYExtensionKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JackYu": "305758560@qq.com"
},
"source": {
"git": "https://github.com/YuXilong/JYExtensionKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"JYExtensionKit/Common": [
]
}
},
{
"name": "Common",
"source_files": [
"Common",
"JYExtensionKit/Classes/Common/**/*"
],
"public_header_files": "JYExtensionKit/Classes/Common/**/*.h"
}
]
}