[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / c / 1 / BowenTool / 1.0.4 / BowenTool.podspec.json
blob94884e956619e322ba8ff9b5ebc05922e3f7e64d
2   "name": "BowenTool",
3   "version": "1.0.4",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "summary": "bowen some tools",
8   "homepage": "https://github.com/linhongchen/BowenTool",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Bowen": "591741691@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/linhongchen/BowenTool.git",
18     "tag": "1.0.4"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "BowenTool/*.h",
23     "BowenTool/Category/*.h",
24     "BowenTool/ThirdTool/*.h"
25   ],
26   "subspecs": [
27     {
28       "name": "Category",
29       "source_files": "BowenTool/Category/**/*",
30       "dependencies": {
31         "SVProgressHUD": [
32           "~> 2.2.1"
33         ]
34       }
35     },
36     {
37       "name": "ThirdTool",
38       "subspecs": [
39         {
40           "name": "AES128ECB",
41           "source_files": "BowenTool/ThirdTool/AES128ECB/**/*"
42         }
43       ]
44     },
45     {
46       "name": "Networking",
47       "source_files": "BowenTool/Networking/*.{h,m}",
48       "dependencies": {
49         "AFNetworking": [
50           "~> 3.0"
51         ],
52         "YYCache": [
53           "~> 1.0.4"
54         ]
55       }
56     }
57   ]