blob: 0708383fb55086c3b4238e186e6bca8db1043217 [file] [log] [blame]
{
"name": "DOOgre",
"version": "1.0.0",
"summary": "CALayer subclasses that are pretty awesome and I don't want to recreate.",
"description": "Ogre's are like onions and so are view's. They have (CA)Layers!\nThis layer can be added as a baseLayer to any UIView subclass and it will make it circular and animatable.\nMany of the layer classes I've implemented and used in the past could not be animated using NSLayoutConstraints and still keep it's circular shape. This layer keeps its shape by syncing with the underlying CALayer.bounds animation.\nGreat for when you want to animate movement, sizechange with NSLayoutConstraints. !!NOTE This will cause funky layout's if you animate CALayer.bounds directly. But I plan on trying to find a fix for that eventually...",
"homepage": "https://github.com/dostrander/DOOgre",
"license": "MIT",
"authors": {
"Derek Ostrander": "djostran@gmail.com"
},
"source": {
"git": "https://github.com/dostrander/DOOgre.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/_derko",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}