[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 4 / 0 / 7 / SYDCentralPivot / 1.4.1 / SYDCentralPivot.podspec.json
blob5ef35c9051f636eb62f58ddbf729988c125ae8c1
2   "name": "SYDCentralPivot",
3   "version": "1.4.1",
4   "summary": "A Simple Factory and Router for UIViewController,ServiceModel and some other object",
5   "description": "Factory and Router",
6   "homepage": "https://github.com/ExistOrLive/SYDCentralPivot",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ExistOrLive": "2068531506@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ExistOrLive/SYDCentralPivot.git",
16     "tag": "1.4.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "platforms": {
25         "ios": "9.0"
26       },
27       "source_files": "SYDCentralPivot/Classes/Core/*",
28       "public_header_files": "SYDCentralPivot/Classes/Core/*.h"
29     },
30     {
31       "name": "VC",
32       "platforms": {
33         "ios": "9.0"
34       },
35       "source_files": "SYDCentralPivot/Classes/VC/*",
36       "public_header_files": "SYDCentralPivot/Classes/VC/*.h",
37       "dependencies": {
38         "SYDCentralPivot/Core": [
40         ]
41       }
42     }
43   ]