[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / c / e / d / JXPageControl / 0.1.5 / JXPageControl.podspec.json
blob7456792646492bf1d4bd11982e9ace467c7b304c
2   "name": "JXPageControl",
3   "version": "0.1.5",
4   "summary": "Custom UIPageControl: supports multiple animations, layouts",
5   "description": "Custom UIPageControl: a most complete PageControl framework that supports multiple animations and layouts.",
6   "homepage": "https://github.com/Code-TanJX",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Code-TanJX": "Code_TanJX@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Code-TanJX/JXPageControl.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.0"
25   ],
26   "subspecs": [
27     {
28       "name": "Common",
29       "source_files": "JXPageControl/Classes/Common/**/*"
30     },
31     {
32       "name": "Jump",
33       "source_files": "JXPageControl/Classes/Jump/**/*",
34       "dependencies": {
35         "JXPageControl/Common": [
37         ]
38       }
39     },
40     {
41       "name": "Transform",
42       "source_files": "JXPageControl/Classes/Transform/**/*",
43       "dependencies": {
44         "JXPageControl/Common": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.0"