[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 7 / e / WYLibraries / 1.0.1 / WYLibraries.podspec.json
blobd655b4526acc14034ebc6b9e336b423189c3f273
2   "name": "WYLibraries",
3   "version": "1.0.1",
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.0.1"
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   ]