[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 1 / 2 / ATZAlertController / 1.2 / ATZAlertController.podspec.json
blob5a7413a92a825a78a3de84fbaed287e8c506f75f
2   "name": "ATZAlertController",
3   "version": "1.2",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": {
8     "type": "MIT"
9   },
10   "homepage": "https://github.com/shashankpali/ATZAlertController",
11   "authors": {
12     "Shashank Pali": "shank.pali@gmail.com"
13   },
14   "summary": "Show Alert without dependency on ViewController",
15   "source": {
16     "git": "https://github.com/shashankpali/ATZAlertController.git",
17     "tag": "1.2"
18   },
19   "requires_arc": true,
20   "default_subspecs": "Default",
21   "subspecs": [
22     {
23       "name": "Default",
24       "source_files": "ATZAlertController/*.{h,m}"
25     },
26     {
27       "name": "Swift",
28       "source_files": "ATZAlertController->Swift/*.{swift}"
29     }
30   ]