[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / 3 / 5 / 1 / GBLoading / 2.1.0 / GBLoading.podspec.json
bloba61f813654a2450d5353d02b96d3354e3f444547
2   "name": "GBLoading",
3   "version": "2.1.0",
4   "summary": "An elegant, lightweight & most importantly robust asynchronous resource loading library for iOS.",
5   "homepage": "https://github.com/lmirosevic/GBLoading",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Luka Mirosevic": "luka@goonbee.com"
9   },
10   "platforms": {
11     "ios": "5.0"
12   },
13   "source": {
14     "git": "https://github.com/lmirosevic/GBLoading.git",
15     "tag": "2.1.0"
16   },
17   "source_files": "GBLoading/*.{h,m}",
18   "public_header_files": "GBLoading/*.h",
19   "requires_arc": true,
20   "dependencies": {
21     "GBStorage": [
22       "~> 2.1"
23     ]
24   }