blob: 306d99b05a44678ea0c2b39becad307e065190c2 [file] [log] [blame]
{
"name": "ICKit",
"version": "1.0.0",
"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": "1.0.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Foundation",
"subspecs": [
{
"name": "Foundation",
"source_files": "ICKit/Classes/Foundation/**/*"
},
{
"name": "UIKitEx",
"source_files": "ICKit/Classes/UIKitEx/**/*",
"dependencies": {
"ICKit/Foundation": [
]
}
},
{
"name": "ResKit",
"source_files": "ICKit/Classes/ResKit/**/*",
"dependencies": {
"ICKit/Foundation": [
],
"ICKit/UIKitEx": [
],
"GDataXML-HTML": [
],
"ICObserver": [
]
}
}
]
}