Latest | 0.0.2 |
---|---|
Homepage | https://github.com/gekitz/GKPopLoadingView |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | pop |
Authors |
A custom loading view which is blocking the display,animations
are build with Facebook’s POP
Install
pod 'GKPopLoadingView'
Author
Georg Kitz, you can find me on Twitter
Example
Latest podspec
{ "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,animationsn are build with Facebook's POPn", "homepage": "https://github.com/gekitz/GKPopLoadingView", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Georg Kitz": "[email protected]" }, "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": [] } }
Tue, 01 Mar 2016 07:49:03 +0000