[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / a / 2 / YJPageView / 1.1.0 / YJPageView.podspec.json
blob7a7535ba0697213f23c118f51f156b3952a1712a
2   "name": "YJPageView",
3   "version": "1.1.0",
4   "authors": {
5     "阳君": "937447974@qq.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/937447974/YJPageView",
12   "source": {
13     "git": "https://github.com/937447974/YJPageView.git",
14     "tag": "v1.1.0"
15   },
16   "summary": "轮播图、导航图、小说翻页等多种翻页模式封装",
17   "platforms": {
18     "ios": "6.0"
19   },
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ],
24   "prefix_header_file": "Prefix/YJPageView-Prefix.pch",
25   "requires_arc": true,
26   "default_subspecs": "ImagePage",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Classes/Core/*.{h,m}",
31       "dependencies": {
32         "YJAutoLayout": [
34         ]
35       }
36     },
37     {
38       "name": "ImagePage",
39       "source_files": "Classes/ImagePage/*.{h,m,xib}",
40       "dependencies": {
41         "YJPageView/Core": [
43         ]
44       }
45     }
46   ]