[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 8 / c / 1 / BowenTool / 1.0.5 / BowenTool.podspec.json
blob83eb3db71fa0f1ae83f6bd8689c21708c4c2c376
2   "name": "BowenTool",
3   "version": "1.0.5",
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.5"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "BowenTool/*",
23     "BowenTool/*.h"
24   ],
25   "subspecs": [
26     {
27       "name": "Category",
28       "source_files": "BowenTool/Category/*.h",
29       "subspecs": [
30         {
31           "name": "Foundation",
32           "resources": "BowenTool/Category/*.wav",
33           "source_files": "BowenTool/Category/Foundation/*.{h,m}",
34           "dependencies": {
35             "SVProgressHUD": [
36               "~> 2.2.5"
37             ]
38           }
39         },
40         {
41           "name": "UIKit",
42           "source_files": "BowenTool/Category/UIKit/*.{h,m}"
43         }
44       ]
45     },
46     {
47       "name": "ThirdTool",
48       "source_files": "BowenTool/ThirdTool/*.h",
49       "subspecs": [
50         {
51           "name": "AES128ECB",
52           "source_files": "BowenTool/ThirdTool/AES128ECB/**/*"
53         }
54       ]
55     },
56     {
57       "name": "Networking",
58       "source_files": "BowenTool/Networking/*.{h,m}",
59       "dependencies": {
60         "AFNetworking": [
61           "~> 3.2.1"
62         ],
63         "YYCache": [
64           "~> 1.0.4"
65         ]
66       }
67     }
68   ]