[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / e / WYLibraries / 1.1.5 / WYLibraries.podspec.json
blobc69bba03916497a3383111213ba218dc62e3b3c0
2   "name": "WYLibraries",
3   "version": "1.1.5",
4   "summary": "A few toolkit",
5   "platforms": {
6     "ios": "5.0"
7   },
8   "license": {
9     "type": "Apache",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Seaphy Liu": "lhhuai0720@126.com"
14   },
15   "homepage": "https://github.com/lhhuai/WYLibraries",
16   "source": {
17     "git": "https://github.com/lhhuai/WYLibraries.git",
18     "tag": "1.1.5"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "WYFoundation",
24       "source_files": "WYLibraries/WYFoundation/*/*.{h,m}",
25       "public_header_files": "WYLibraries/WYFoundation/*/*.h"
26     },
27     {
28       "name": "WYUIKit",
29       "dependencies": {
30         "WYLibraries/WYFoundation": [
32         ]
33       },
34       "source_files": "WYLibraries/WYUIKit/*/*.{h,m}",
35       "public_header_files": "WYLibraries/WYUIKit/*/*.h"
36     }
37   ]