blob: 411d45ffc57cf01dfd8fb415dd69590532dba06f [file] [log] [blame]
{
"name": "UILifeCycleClosure",
"version": "1.0.0",
"summary": "Provide a util method for UIView, UIViewController life cycle.",
"homepage": "https://github.com/ukitaka/UILifeCycleClosure",
"license": "MIT",
"authors": {
"ukitaka": "yuki.takahashi.1126@gmail.com"
},
"source": {
"git": "https://github.com/ukitaka/UILifeCycleClosure.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UILifeCycleClosure": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"ISMethodSwizzling": [
],
"Aspects": [
]
}
}