blob: a2dd23c96f997d94f0364c1d2b17efdfe96f29ba [file] [log] [blame]
{
"name": "AppController",
"version": "0.2.0",
"summary": "A clean and convenient way to transition between a login interface and a main interface in iOS apps.",
"description": "Many iOS applications need to implement login functionality. This project aims to provide a clean way of doing this.",
"homepage": "https://github.com/cgossain/AppController",
"license": "MIT",
"authors": {
"Christian Gossain": "cgossain@gmail.com"
},
"source": {
"git": "https://github.com/cgossain/AppController.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift",
"resource_bundles": {
"AppController": [
"Pod/Assets/*.png"
]
}
}