[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 8 / 5 / WWZSwift / 1.3.4 / WWZSwift.podspec.json
blob8ec50dc7159630e4c4f6ed4039ddadc01ec53c98
2   "name": "WWZSwift",
3   "version": "1.3.4",
4   "summary": "A short description of WWZSwift.",
5   "homepage": "https://github.com/ccwuzhou/WWZSwift",
6   "license": "MIT",
7   "authors": {
8     "wwz": "wwz@zgkjd.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/ccwuzhou/WWZSwift.git",
15     "tag": "1.3.4"
16   },
17   "requires_arc": true,
18   "frameworks": "UIKit",
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Extensions",
23       "source_files": [
24         "Source/Extensions/*.swift",
25         "Source/*.swift"
26       ]
27     },
28     {
29       "name": "Models",
30       "source_files": "Source/Models/*.swift"
31     },
32     {
33       "name": "Views",
34       "source_files": "Source/Views/*.swift",
35       "dependencies": {
36         "WWZSwift/Extensions": [
38         ]
39       }
40     }
41   ]