[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 3 / 9 / AlenwSpecs / 1.1.5 / AlenwSpecs.podspec.json
blobe532562854a0bdb0ac1b99d55d6d9f402dc711d7
2   "name": "AlenwSpecs",
3   "version": "1.1.5",
4   "license": "MIT",
5   "summary": "AlenwSpecs use to be update common Class",
6   "description": "AlenwSpecs use to be update common Class,\nthis is a pravite framework.",
7   "homepage": "https://github.com/Alenw/AlenwSpec",
8   "authors": {
9     "Alenw": "lanskyxti@163.com"
10   },
11   "source": {
12     "git": "https://github.com/Alenw/AlenwSpec.git",
13     "tag": "1.1.5"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "SDWebImage": [
21       "~> 3.7.3"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "AdView",
27       "dependencies": {
28         "AlenwSpecs/Tools": [
30         ]
31       },
32       "source_files": "AdView/*.{h,m}"
33     },
34     {
35       "name": "Common",
36       "dependencies": {
37         "AlenwSpecs/Tools": [
39         ],
40         "AlenwSpecs/AdView": [
42         ]
43       },
44       "source_files": "Common/*.{h,m}",
45       "ios": {
46         "frameworks": "WebKit"
47       }
48     },
49     {
50       "name": "Tools",
51       "vendored_frameworks": "Tools/*.framework",
52       "resources": "Tools/AwAlertViewlib.bundle"
53     }
54   ]