blob: 8ec7e419cb6cd61c2c5643fb938da80914db579b [file] [log] [blame]
{
"name": "ETA-SDK",
"version": "3.1.0",
"summary": "eTilbudsavis iOS SDK.",
"description": "An SDK that makes it easy to talk to the eTilbudsavis API.\nAlso allows you to easily embed catalogs and shopping lists in your own iOS app.",
"homepage": "http://docs.api.etilbudsavis.dk",
"license": "MIT",
"authors": {
"Laurie Hufford": "lh@etilbudsavis.dk"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/eTilbudsavis/native-ios-eta-sdk.git",
"tag": "v3.1.0"
},
"default_subspecs": "CatalogReader",
"deprecated_in_favor_of": "ShopGunSDK",
"subspecs": [
{
"name": "API",
"source_files": [
"ETA-SDK/ETA.{h,m}",
"ETA-SDK/API/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"Mantle": [
"~> 1.5.6"
],
"MAKVONotificationCenter": [
"~> 0.0.2"
],
"CocoaLumberjack": [
"~> 1.9.0"
]
},
"frameworks": [
"CoreLocation",
"Foundation",
"UIKit"
]
},
{
"name": "CatalogReader",
"source_files": "ETA-SDK/CatalogReader/**/*.{h,m}",
"dependencies": {
"ETA-SDK/API": [
],
"Verso": [
"~> 0.1"
]
}
},
{
"name": "ListManager",
"source_files": "ETA-SDK/ListManager/*.{h,m}",
"dependencies": {
"ETA-SDK/API": [
],
"FMDB": [
"~> 2.5"
],
"libextobjc/EXTScope": [
"~> 0.4.1"
]
}
}
]
}