[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 3 / 9 / SJPageViewController / 0.0.1 / SJPageViewController.podspec.json
blob0a6bd61045942c026bf84875a0270f75f80c7cfb
2   "name": "SJPageViewController",
3   "version": "0.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "source_files": "SJPageViewController/*.{h,m}",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "SJPageViewController/Core/**/*.{h,m}"
27     },
28     {
29       "name": "ScrollToolbar",
30       "source_files": "SJPageViewController/ScrollToolbar/**/*.{h,m}",
31       "dependencies": {
32         "Masonry": [
34         ],
35         "SDWebImage": [
37         ]
38       }
39     }
40   ]