[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / c / e / d / JXPageControl / 0.1.1 / JXPageControl.podspec.json
blobb7ba2e52f34933c5bae7aa2afe2943aad4340eca
2   "name": "JXPageControl",
3   "version": "0.1.1",
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",
16     "tag": "0.1.1"
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       "public_header_files": "JXPageControl/Classes/Common/**/*.h"
27     },
28     {
29       "name": "Jump",
30       "source_files": "JXPageControl/Classes/Jump/**/*",
31       "public_header_files": "JXPageControl/Classes/Jump/**/*.h",
32       "dependencies": {
33         "JXPageControl/Common": [
35         ]
36       }
37     },
38     {
39       "name": "Transform",
40       "source_files": "JXPageControl/Classes/Transform/**/*",
41       "public_header_files": "JXPageControl/Classes/Transform/**/*.h",
42       "dependencies": {
43         "JXPageControl/Common": [
45         ]
46       }
47     }
48   ]