[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 5 / a / COSLayout / 1.0.0 / COSLayout.podspec.json
blob7c589f70ba8783343a9f803b3400bc912a119e98
2   "name": "COSLayout",
3   "version": "1.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": "1.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