[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 0 / 1 / CALayer-AutoresizingMask / 0.0.2 / CALayer-AutoresizingMask.podspec.json
blob862ee46e1ae45c7f3b6d047e8fbe93c4cfcb2da0
2   "name": "CALayer-AutoresizingMask",
3   "version": "0.0.2",
4   "summary": "Add UIViewAutoresize support to iOS CALayers and fast UIView to CALayer conversion method",
5   "description": "                   This library extends CALayer class to support .autoresizingMask property.\n                   Add provide fast way to replace UIViews with CALayers right in IB by adding\n                   \"User Defined Runtime Attribute\" - `BOOL replaceWithLayer`\n",
6   "homepage": "https://github.com/k06a/CALayer-AutoresizingMask",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Bukov": "k06aaa@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/k06a",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/k06a/CALayer-AutoresizingMask.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "*.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "JRSwizzle": [
27     ],
28     "ObjcAssociatedObjectHelpers": [
30     ]
31   }