[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / e / c / 0 / KVNProgress / 2.1.7 / KVNProgress.podspec.json
blobfec361dc555899e0f8dea9dd5fbe7704aebe6fc3
2   "name": "KVNProgress",
3   "version": "2.1.7",
4   "summary": "A full screen progress view for iOS 7",
5   "homepage": "https://github.com/kevin-hirsch/KVNProgress",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kevin Hirsch": "kevinh6113@hotmail.com"
12   },
13   "social_media_url": "http://twitter.com/kevinh6113",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/kevin-hirsch/KVNProgress.git",
19     "tag": "2.1.7"
20   },
21   "source_files": [
22     "KVNProgress/Classes",
23     "KVNProgress/Classes/**/*.{h,m}",
24     "KVNProgress/Categories",
25     "KVNProgress/Categories/**/*.{h,m}"
26   ],
27   "resources": "KVNProgress/Resources/*.{png,xib}",
28   "frameworks": [
29     "QuartzCore",
30     "GLKit"
31   ],
32   "requires_arc": true