[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 1 / YJAutoLayout / 1.1.1 / YJAutoLayout.podspec.json
blob428de04545e1f6d678c9ecde05ad7cf1dfc41093
2   "name": "YJAutoLayout",
3   "version": "1.1.1",
4   "summary": "NSLayoutConstraint的相关扩展和封装",
5   "homepage": "https://github.com/937447974/YJAutoLayout",
6   "description": "姓名:阳君;QQ:937447974;技术群:557445088\nExtend:NSLayoutConstraint相关扩展;\nCore:核心库NSLayoutConstraint相关,使用和NSLayoutAnchor类似;",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "阳君": "937447974@qq.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/937447974/YJAutoLayout.git",
19     "tag": "v1.1.1"
20   },
21   "source_files": "Classes/*.{h,m}",
22   "default_subspecs": [
23     "Core/UIView",
24     "Core/UIViewController"
25   ],
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "Core",
34       "subspecs": [
35         {
36           "name": "UIView",
37           "source_files": "Classes/Core/UIView/*.{h,m}",
38           "dependencies": {
39             "YJAutoLayout/Core/LayoutAnchor": [
41             ]
42           }
43         },
44         {
45           "name": "UIViewController",
46           "source_files": "Classes/Core/UIViewController/*.{h,m}",
47           "dependencies": {
48             "YJAutoLayout/Core/LayoutAnchor": [
50             ]
51           }
52         },
53         {
54           "name": "LayoutAnchor",
55           "source_files": "Classes/Core/LayoutAnchor/*.{h,m}",
56           "dependencies": {
57             "YJAutoLayout/Extend": [
59             ]
60           }
61         }
62       ]
63     },
64     {
65       "name": "Extend",
66       "source_files": "Classes/Extend/*.{h,m}"
67     }
68   ]