[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 8 / 3 / AXPracticalHUD / 2.1.0 / AXPracticalHUD.podspec.json
blob4490c5c6ee1532b07e10c36f510ff7a50c195fb0
2   "name": "AXPracticalHUD",
3   "version": "2.1.0",
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     "devedbox": "devedbox@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/devedbox/AXPracticalHUD.git",
16     "tag": "2.1.0"
17   },
18   "source_files": [
19     "AXPracticalHUD/AXPracticalHUD/*.{h,m}",
20     "AXPracticalHUD/AXPracticalHUD/*/*.{h,m}"
21   ],
22   "public_header_files": [
23     "AXPracticalHUD/AXPracticalHUD/*.{h}",
24     "AXPracticalHUD/AXPracticalHUD/ContentView/*.{h}"
25   ],
26   "resources": "AXPracticalHUD/AXPracticalHUD/AXPracticalHUD.bundle",
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "AXIndicatorView": [
35     ]
36   }