[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / e / d / JXPageControl / 0.1.3 / JXPageControl.podspec.json
blob674b7cf53ff23b6d49b7e71ea2bfb64967c5311e
2   "name": "JXPageControl",
3   "version": "0.1.3",
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.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "subspecs": [
23     {
24       "name": "Common",
25       "source_files": "JXPageControl/Classes/Common/**/*"
26     },
27     {
28       "name": "Jump",
29       "source_files": "JXPageControl/Classes/Jump/**/*",
30       "dependencies": {
31         "JXPageControl/Common": [
33         ]
34       }
35     },
36     {
37       "name": "Transform",
38       "source_files": "JXPageControl/Classes/Transform/**/*",
39       "dependencies": {
40         "JXPageControl/Common": [
42         ]
43       }
44     }
45   ]