[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / e / GBIAP2Extras / 1.0.0 / GBIAP2Extras.podspec.json
blob69c4931c6bca6f3efa5ddb4d3ec4c11b27ae33dc
2   "name": "GBIAP2Extras",
3   "version": "1.0.0",
4   "summary": "Extensions to GBIAP2",
5   "homepage": "https://github.com/lmirosevic/GBIAP2Extras",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Luka Mirosevic": "luka@goonbee.com"
12   },
13   "source": {
14     "git": "https://github.com/lmirosevic/GBIAP2Extras.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "GBIAP2Extras/GBIAPExtras.h",
23     "GBIAP2Extras/GBIAPAnalyticsModule.{h,m}"
24   ],
25   "public_header_files": [
26     "GBIAP2Extras/GBIAPExtras.h",
27     "GBIAP2Extras/GBIAPAnalyticsModule.h"
28   ],
29   "dependencies": {
30     "GBIAP2": [
31       "~> 2.0"
32     ],
33     "GBAnalytics": [
34       "~> 2.6"
35     ],
36     "GBToolbox": [
38     ]
39   }