[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / b / 6 / WQToolKit / 0.0.1 / WQToolKit.podspec.json
blobfe6e6f047704bc789fa0854424f71ceffc58c77e
2   "name": "WQToolKit",
3   "version": "0.0.1",
4   "summary": "日常开发所用的工具",
5   "description": "Testing Private Podspec.\n \n* Markdown format.\n* Don't worry about the indent, we strip it!",
6   "homepage": "https://github.com/shmilywq/WQToolKit",
7   "license": "MIT",
8   "authors": {
9     "wangqiang": "wq012819@163.com"
10   },
11   "source": {
12     "git": "https://github.com/shmilywq/WQToolKit.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "SourceCode/**/*",
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "AVFoundation",
24     "AssetsLibrary"
25   ],
26   "subspecs": [
27     {
28       "name": "Category",
29       "source_files": "SourceCode/Category/**/*"
30     },
31     {
32       "name": "Alert",
33       "source_files": "SourceCode/Alert/**/*",
34       "dependencies": {
35         "WQToolKit/Category": [
37         ]
38       }
39     },
40     {
41       "name": "ImgPicker",
42       "source_files": "SourceCode/ImgPicker/**/*",
43       "dependencies": {
44         "WQToolKit/Category": [
46         ],
47         "WQToolKit/Alert": [
49         ]
50       }
51     }
52   ]