[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / c / 1 / BowenTool / 1.0.2 / BowenTool.podspec.json
blob57429fdd1e1f31663035c28d9afb44ac72e5f62d
2   "name": "BowenTool",
3   "version": "1.0.2",
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.2"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "BowenTool/*.h",
23     "BowenTool/Category/*.h"
24   ],
25   "subspecs": [
26     {
27       "name": "Category",
28       "source_files": "BowenTool/Category/**/*"
29     },
30     {
31       "name": "AES128ECB",
32       "source_files": "BowenTool/AES128ECB/*"
33     },
34     {
35       "name": "Networking",
36       "source_files": "BowenTool/Networking/*.{h,m}",
37       "dependencies": {
38         "AFNetworking": [
39           "~> 3.0"
40         ]
41       }
42     }
43   ]