[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / d / a / PPKitMaple / 0.0.3 / PPKitMaple.podspec.json
blob1a6cd5fb93c0a6a4fccacde406aff093d1f457a0
2   "name": "PPKitMaple",
3   "version": "0.0.3",
4   "summary": "This is my first pod",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/maple1994/PPKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "maple1994": "305554601@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/maple1994/PPKit.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PPKit/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "PPKit/Classes/Core/**/*",
26       "public_header_files": "PPKit/Classes/Core/**/*.h"
27     },
28     {
29       "name": "Category",
30       "source_files": "PPKit/Classes/Category/**/*.{h,m}",
31       "public_header_files": "PPKit/Classes/Category/**/*.h",
32       "dependencies": {
33         "PPKitMaple/Core": [
35         ]
36       }
37     }
38   ]