[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 0 / HZExtend / 0.5.2 / HZExtend.podspec.json
blobb40511a46cb3d3042eba800616d9a973e4843e34
2   "name": "HZExtend",
3   "version": "0.5.2",
4   "summary": "a useful powrful IOS Extend",
5   "description": "a useful powrful IOS Extend,available Network、Model、MMVM",
6   "homepage": "https://github.com/GeniusBrother/HZExtend.git",
7   "license": "MIT",
8   "authors": {
9     "GeniusBrother": "zuohong_xie@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/GeniusBrother/HZExtend.git",
17     "tag": "0.5.2"
18   },
19   "frameworks": [
20     "CoreFoundation",
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ],
25   "public_header_files": "Classes/HZExtend.h",
26   "source_files": "Classes/HZExtend.h",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Classes/Core/**/*.{h,m}",
31       "public_header_files": "Classes/Core/**/*.h",
32       "dependencies": {
33         "AFNetworking": [
34           "~>3.0.4"
35         ],
36         "MBProgressHUD": [
38         ],
39         "FMDB": [
41         ],
42         "FMDBMigrationManager": [
44         ],
45         "MJExtension": [
47         ],
48         "TMCache": [
50         ],
51         "SDWebImage": [
53         ],
54         "MJRefresh": [
55           "~> 3.0.7"
56         ]
57       }
58     },
59     {
60       "name": "Other",
61       "source_files": "Classes/Other/**/*.{h,m}",
62       "public_header_files": "Classes/Other/**/*.h"
63     }
64   ]