[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 8 / 3 / AXPracticalHUD / 2.0.1 / AXPracticalHUD.podspec.json
blob2ca7180a264260fd2e04e6bb2d32eb1dc4d26599
2   "name": "AXPracticalHUD",
3   "version": "2.0.1",
4   "summary": "A practical hud view in iOS.",
5   "description": "A practical hud view in iOS.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "https://github.com/devedbox/AXPracticalHUD",
7   "license": "MIT",
8   "authors": {
9     "艾星": "862099730@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/devedbox/AXPracticalHUD.git",
16     "tag": "2.0.1"
17   },
18   "source_files": [
19     "AXPracticalHUD/AXPracticalHUD/*.{h,m}",
20     "AXPracticalHUD/AXPracticalHUD/*/*.{h,m}"
21   ],
22   "resources": "AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.bundle",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "AXIndicatorView": [
31     ]
32   }