[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 9 / AppController / 0.2.0 / AppController.podspec.json
bloba2dd23c96f997d94f0364c1d2b17efdfe96f29ba
2   "name": "AppController",
3   "version": "0.2.0",
4   "summary": "A clean and convenient way to transition between a login interface and a main interface in iOS apps.",
5   "description": "Many iOS applications need to implement login functionality. This project aims to provide a clean way of doing this.",
6   "homepage": "https://github.com/cgossain/AppController",
7   "license": "MIT",
8   "authors": {
9     "Christian Gossain": "cgossain@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/cgossain/AppController.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.swift",
20   "resource_bundles": {
21     "AppController": [
22       "Pod/Assets/*.png"
23     ]
24   }