[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 5 / 1 / GBLoading / 2.3.0 / GBLoading.podspec.json
blob897daa241742962c2b80ed5df87fa54efca78a23
2   "name": "GBLoading",
3   "version": "2.3.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.3.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   }