[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 5 / 7 / 3 / ALWBaseViewController / 0.1.0 / ALWBaseViewController.podspec.json
blobee71ea9290d8b4da39fbc4001abcce604011d24c
2   "name": "ALWBaseViewController",
3   "version": "0.1.0",
4   "summary": "Provide a base viewController to control statusBar and navigationBar, a category for pop gesture.",
5   "homepage": "https://github.com/ALongWay/ALWBaseViewController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "lisong": "370381830@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/ALongWay/ALWBaseViewController.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "subspecs": [
21     {
22       "name": "ViewController",
23       "source_files": "ALWBaseViewController/Classes/ViewController/**/*"
24     },
25     {
26       "name": "PopGesture",
27       "source_files": "ALWBaseViewController/Classes/PopGesture/**/*"
28     }
29   ]