blob: 11eba466137c1f47c89ef1b23fef4fafcd277c22 [file] [log] [blame]
{
"name": "ICKit",
"version": "0.2.6",
"summary": "A common useful dev pack.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/IvanChan/ICKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"_ivanC": "aintivanc@icloud.com"
},
"source": {
"git": "https://github.com/IvanChan/ICKit.git",
"tag": "0.2.6"
},
"swift_version": "4.1",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "ICKit/Classes/**/*",
"exclude_files": "ICKit/Classes/ICRes/**/*",
"dependencies": {
"ICFoundation": [
]
}
},
{
"name": "ICRes",
"source_files": "ICKit/Classes/ICRes/**/*",
"dependencies": {
"ICKit/Core": [
],
"ICResourceKit": [
]
}
}
]
}