blob: 5bfead71ef8280721283be987f2c7b8bf5dc37fa [file] [log] [blame]
{
"name": "JDAnimationKit",
"version": "1.0.1",
"summary": "You can animate your UI withe less lines of code",
"description": "JDAnimationKit is designed to be extremely easy to use. You can animate your UI withe less lines of code",
"homepage": "https://github.com/JellyDevelopment/JDAnimationKit",
"license": "MIT",
"authors": {
"Juanpe": "juanpecm@gmail.com"
},
"source": {
"git": "https://github.com/JellyDevelopment/JDAnimationKit.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/juanpecmios",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"pop": [
"~> 1.0"
]
}
}