blob: 38447cf95e6c2526fe570bf92226ac78a9a747dd [file] [log] [blame]
{
"name": "CYContainer",
"version": "0.2.0",
"summary": "a simple implemention of container view controller",
"description": "a simple implemention of container view controller, written with swift",
"homepage": "https://github.com/cookay/CYContainer",
"license": "MIT",
"authors": {
"cookay": "cookay@qq.com"
},
"source": {
"git": "https://github.com/cookay/CYContainer.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CYContainer": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}