[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / d / 7 / 5 / GKPopLoadingView / 0.0.1 / GKPopLoadingView.podspec.json
blobb453d4aeb288665d4c4c5661256f4c61983c573e
2   "name": "GKPopLoadingView",
3   "version": "0.0.1",
4   "summary": "Custom loading view which utilizes Facebook's POP",
5   "description": "                   A custom loading view which is blocking the display,animations\n                   are build with Facebook's POP\n",
6   "homepage": "https://github.com/gekitz/GKPopLoadingView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Georg Kitz": "georgkitz@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/gekitz",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/gekitz/GKPopLoadingView.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "pop": [
30     ]
31   }