[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 2 / 0 / HWExtension / 1.0.2 / HWExtension.podspec.json
blobc81ee5cac837f7a8e168c9ef4b8b39fc37a0532f
2   "name": "HWExtension",
3   "version": "1.0.2",
4   "summary": "some convenient extension and tools.",
5   "homepage": "https://github.com/wanghouwen/HWExtension",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "wanghouwen": "wanghouwen123@126.com"
12   },
13   "source": {
14     "git": "https://github.com/wanghouwen/HWExtension.git",
15     "tag": "1.0.2"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Category",
24       "public_header_files": "HWExtension/Classes/Category/*.h",
25       "source_files": "HWExtension/Classes/Category/*.{h,m,js}",
26       "resource_bundles": {
27         "HWExtension": [
28           "HWExtension/Classes/Category/JSBundle.bundle"
29         ]
30       }
31     },
32     {
33       "name": "UI",
34       "public_header_files": "HWExtension/Classes/UI/*.h",
35       "source_files": "HWExtension/Classes/UI/*.{h,m}",
36       "dependencies": {
37         "HWExtension/Category": [
39         ]
40       },
41       "subspecs": [
42         {
43           "name": "InteractiveModalTransition",
44           "public_header_files": "HWExtension/Classes/UI/InteractiveModalTransition/*.h",
45           "source_files": "HWExtension/Classes/UI/InteractiveModalTransition/*.{h,m}"
46         },
47         {
48           "name": "UITableView+ViewModel",
49           "public_header_files": "HWExtension/Classes/UI/UITableView+ViewModel/*.h",
50           "source_files": "HWExtension/Classes/UI/UITableView+ViewModel/*.{h,m}"
51         }
52       ]
53     }
54   ]