blob: 869178b582a92a73bc24226c0d79ce376fa11404 [file] [log] [blame]
{
"name": "CRJKit",
"version": "0.1.1",
"summary": "A short description of CRJKit.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/CelestialRotatingJade/CRJKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com"
},
"source": {
"git": "https://github.com/CelestialRotatingJade/CRJKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"resource_bundles": {
"CRJKit": [
"CRJKit/Assets/*"
]
},
"public_header_files": "CRJKit/**/CRJKit.h",
"source_files": "CRJKit/**/CRJKit.h",
"subspecs": [
{
"name": "CustomCell",
"source_files": "CRJKit/**/CustomCell/*.{h,m}",
"dependencies": {
"CRJCommon": [
]
}
},
{
"name": "CustomControllers",
"source_files": "CRJKit/**/CustomControllers/*.{h,m}",
"dependencies": {
"CRJCommon": [
],
"CRJCategories": [
],
"FDFullscreenPopGesture": [
]
}
}
]
}