blob: c8dc168209e2f1f9c78a32df1be63c66eeb5e6c4 [file] [log] [blame]
{
"name": "Chainable",
"version": "1.0.0",
"summary": "Chainable syntax sugar for UIKit",
"description": "Just a simple syntax sugar for UIKit to write chainable code.",
"homepage": "https://github.com/xiaoyaogaojian/Chainable",
"authors": {
"xiaoyaogaojian": "xiaoyaogaojian@outlook.com"
},
"source": {
"git": "https://github.com/xiaoyaogaojian/Chainable.git",
"tag": "1.0.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Chainable/Classes/**/*",
"dependencies": {
"SnapKit": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Chainable/Classes/Core/**/*"
},
{
"name": "SnapKit",
"source_files": "Chainable/Classes/SnapKit/**/*",
"dependencies": {
"Chainable/Core": [
],
"SnapKit": [
]
}
}
]
}