[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 6 / c / CCLayout / 1.0.0 / CCLayout.podspec.json
blob165d220172bac0f76d3864d37d41a0bade512cc7
2   "name": "CCLayout",
3   "version": "1.0.0",
4   "summary": "依托NSLayoutConstraint,链式函数语法实现的自动布局",
5   "description": "CCLayout,链式语法实现自动布局。同时实现swift和Objective-C的布局",
6   "homepage": "https://github.com/tucici/CCLayout.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "tucici",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/tucici/CCLayout.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "CCLayout/Objc/*.{h,m}",
21     "CCLayout/Swift/*.swift"
22   ],
23   "public_header_files": "CCLayout/Objc/*.h",
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "UIKit"
28     ]
29   },
30   "requires_arc": true