[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 3 / 9 / SJPageViewController / 0.0.12 / SJPageViewController.podspec.json
blobc480366f46eaa779834212efecb0908872c23572
2   "name": "SJPageViewController",
3   "version": "0.0.12",
4   "summary": "SJPageViewController.",
5   "description": "A container view controller that manages navigation between pages of content, where each page is managed by a child view controller.",
6   "homepage": "https://github.com/changsanjiang/SJPageViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "changsanjiang@gmail.com": "changsanjiang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/changsanjiang/SJPageViewController.git",
16     "tag": "0.0.12"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "ObjC",
22   "swift_versions": "5",
23   "subspecs": [
24     {
25       "name": "ObjC",
26       "subspecs": [
27         {
28           "name": "PageViewController",
29           "source_files": "SJPageViewController/ObjC/PageViewController/*.{h,m}",
30           "subspecs": [
31             {
32               "name": "Core",
33               "source_files": "SJPageViewController/ObjC/PageViewController/Core/**/*.{h,m}"
34             }
35           ]
36         },
37         {
38           "name": "PageMenuBar",
39           "source_files": "SJPageViewController/ObjC/PageMenuBar/*.{h,m}",
40           "subspecs": [
41             {
42               "name": "Core",
43               "source_files": "SJPageViewController/ObjC/PageMenuBar/Core/**/*.{h,m}"
44             }
45           ]
46         }
47       ]
48     },
49     {
50       "name": "Swift",
51       "subspecs": [
52         {
53           "name": "PageViewController",
54           "source_files": "SJPageViewController/Swift/PageViewController/*.swift",
55           "subspecs": [
56             {
57               "name": "Core",
58               "source_files": "SJPageViewController/Swift/PageViewController/Core/**/*.swift"
59             }
60           ]
61         },
62         {
63           "name": "PageMenuBar",
64           "source_files": "SJPageViewController/Swift/PageMenuBar/*.swift",
65           "subspecs": [
66             {
67               "name": "Core",
68               "source_files": "SJPageViewController/Swift/PageMenuBar/Core/**/*.swift"
69             }
70           ]
71         }
72       ]
73     }
74   ],
75   "swift_version": "5"