blob: 339bfe46bfc607715ef1ad01785118462efdf53d [file] [log] [blame]
{
"name": "ThenIPromise",
"version": "0.1.0",
"summary": "Promise A+ in Swift",
"homepage": "https://github.com/onmyway133/Then",
"license": "MIT",
"authors": {
"Khoa Pham": "onmyway133@gmail.com"
},
"source": {
"git": "https://github.com/onmyway133/Then.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Then": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}