[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / d / 5 / APProgressHUD / 1.0.0 / APProgressHUD.podspec.json
blob930d80407f0d45604724cd411206a25cfe5c4dbb
2   "name": "APProgressHUD",
3   "version": "1.0.0",
4   "summary": "APProgressHUD is a lightweight and easy-to-use HUD for iOS 8. (Objective-C)",
5   "homepage": "https://github.com/antonyharfield/APProgressHUD",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Antony Harfield": "antonyharfield@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/antonyharfield/APProgressHUD.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "APProgressHUD/*.{h,m}",
22   "resource_bundles": {
23     "APProgressHUDImages": [
24       "APProgressHUD/APProgressHUD.bundle"
25     ]
26   }