blob: 9c2de943afbf83971f74d90b89ab91a7e2a50842 [file] [log] [blame]
{
"name": "IKAsyncViewControllers",
"version": "1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/iankeen/",
"authors": {
"Ian Keen": "iankeen82@gmail.com"
},
"summary": "A simple DSL for creating a chain of UIViewControllers to obtain a single output.",
"source": {
"git": "https://github.com/iankeen/ikasyncviewcontrollers.git",
"tag": "1.0"
},
"source_files": "IKAsyncViewControllers/**/**.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"IKResults": [
"~> 1.0"
]
}
}