[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / c / 1 / BowenTool / 1.0.3 / BowenTool.podspec.json
blob0159287e6bcae825a48789be3f40b9ed390aae80
2   "name": "BowenTool",
3   "version": "1.0.3",
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.3"
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     },
31     {
32       "name": "ThirdTool",
33       "subspecs": [
34         {
35           "name": "AES128ECB",
36           "source_files": "BowenTool/ThirdTool/AES128ECB/**/*"
37         }
38       ]
39     },
40     {
41       "name": "Networking",
42       "source_files": "BowenTool/Networking/*.{h,m}",
43       "dependencies": {
44         "AFNetworking": [
45           "~> 3.0"
46         ]
47       }
48     }
49   ]