[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 1 / YJAutoLayout / 1.1.0 / YJAutoLayout.podspec.json
blobbb5d6f6b9e40d8fe27fa7e1f6473d32cbbb6a5ba
2   "name": "YJAutoLayout",
3   "version": "1.1.0",
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.0"
20   },
21   "source_files": [
22     "Classes/*.{h,m}",
23     "README.md"
24   ],
25   "default_subspecs": [
26     "Core/UIView",
27     "Core/UIViewController"
28   ],
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "Core",
37       "subspecs": [
38         {
39           "name": "UIView",
40           "source_files": "Classes/Core/UIView/*.{h,m}",
41           "dependencies": {
42             "YJAutoLayout/Core/LayoutAnchor": [
44             ]
45           }
46         },
47         {
48           "name": "UIViewController",
49           "source_files": "Classes/Core/UIViewController/*.{h,m}",
50           "dependencies": {
51             "YJAutoLayout/Core/LayoutAnchor": [
53             ]
54           }
55         },
56         {
57           "name": "LayoutAnchor",
58           "source_files": "Classes/Core/LayoutAnchor/*.{h,m}",
59           "dependencies": {
60             "YJAutoLayout/Extend": [
62             ]
63           }
64         }
65       ]
66     },
67     {
68       "name": "Extend",
69       "source_files": "Classes/Extend/*.{h,m}"
70     }
71   ]