blob: 5e7fcabfb4728d5f8bb3e44e8e9127e330764527 [file] [log] [blame]
{
"name": "GBIAP2Extras",
"version": "1.2.0",
"summary": "Extensions to GBIAP2",
"homepage": "https://github.com/lmirosevic/GBIAP2Extras",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"source": {
"git": "https://github.com/lmirosevic/GBIAP2Extras.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"GBIAP2Extras/GBIAPExtras.h",
"GBIAP2Extras/GBIAPAnalyticsModule.{h,m}"
],
"public_header_files": [
"GBIAP2Extras/GBIAPExtras.h",
"GBIAP2Extras/GBIAPAnalyticsModule.h"
],
"dependencies": {
"GBIAP2": [
"~> 3.0"
],
"GBAnalytics": [
"~> 4.0"
],
"GBDeviceInfo": [
"~> 6.0"
],
"GBToolbox": [
]
}
}