blob: 08e195a5155d83f4389d0aebdb28091c28e48b5b [file] [log] [blame]
{
"name": "ETA-SDK",
"version": "2.0.0",
"summary": "eTilbudsavis iOS SDK.",
"description": " An SDK that makes it easy to talk to the eTilbudsavis API.\n Also allows you to easily embed catalogs and shopping lists in your own iOS app.\n",
"homepage": "http://engineering.etilbudsavis.dk/native-ios-eta-sdk/",
"license": "MIT",
"authors": {
"Laurie Hufford": "lh@etilbudsavis.dk"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/eTilbudsavis/native-ios-eta-sdk.git",
"tag": "v2.0.0"
},
"source_files": "ETA-SDK/**/*.{h,m}",
"frameworks": [
"CoreLocation",
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 1.3.1"
],
"Mantle": [
"~> 1.2"
],
"FMDB": [
"~> 2.1"
]
},
"deprecated_in_favor_of": "ShopGunSDK"
}