[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 5 / a / COSLayout / 2.0.0 / COSLayout.podspec.json
blobba5a0c20fd02e9974b9652b93c38504981c4cb84
2   "name": "COSLayout",
3   "version": "2.0.0",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "license": "MIT",
8   "summary": "Make layout painless.",
9   "homepage": "https://github.com/tang3w/COSLayout",
10   "authors": {
11     "Tianyong Tang": "tang3w@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/tang3w/COSLayout.git",
15     "tag": "2.0.0"
16   },
17   "description": "COSLayout is yet another layout library. It's neither a wrapper nor a replacement for Auto Layout. It dose not handle circular references of constraints and constraint priority. Besides that, COSLayout can solve all layout cases. What's more, COSLayout provides some additional benefits: smaller memory footprint, better performance and more intuitive expression.",
18   "source_files": "COSLayout/*.{h,c,m}",
19   "public_header_files": "COSLayout/COSLayout.h",
20   "frameworks": "UIKit",
21   "requires_arc": true