blob: 2ec5e6e6f6ad60d01eaa9700c9bb44c6a90d8e5e [file] [log] [blame]
{
"name": "GKPopLoadingView",
"version": "0.0.2",
"summary": "Custom loading view which utilizes Facebook's POP",
"description": " A custom loading view which is blocking the display,animations\n are build with Facebook's POP\n",
"homepage": "https://github.com/gekitz/GKPopLoadingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Georg Kitz": "georgkitz@gmail.com"
},
"social_media_url": "http://twitter.com/gekitz",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/gekitz/GKPopLoadingView.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"pop": [
]
}
}