blob: e6a28a4971cd09a5034da94b44975fa3376d3ce9 [file] [log] [blame]
{
"name": "ShopGunSDK",
"version": "4.0.0",
"summary": "ShopGun SDK for iOS.",
"description": "An SDK that makes it easy to talk to the ShopGun API.\nAlso allows you to easily embed an interactive catalog view into your own iOS app.",
"homepage": "https://github.com/shopgun/shopgun-ios-sdk",
"license": "MIT",
"authors": "ShopGun",
"social_media_url": "http://twitter.com/ShopGun",
"platforms": {
"ios": "9.3"
},
"swift_version": "4.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source": {
"git": "https://github.com/shopgun/shopgun-ios-sdk.git",
"tag": "v4.0.0"
},
"subspecs": [
{
"name": "PagedPublicationView",
"source_files": "Sources/PagedPublication/**/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"ShopGunSDK/Shared": [
],
"ShopGunSDK/CoreAPI": [
],
"ShopGunSDK/EventsTracker": [
],
"Verso": [
"~> 1.0.1"
],
"Kingfisher": [
"~> 4.6.4"
]
},
"resources": [
"Sources/PagedPublication/Resources/**/*"
]
},
{
"name": "CoreAPI",
"source_files": "Sources/CoreAPI/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"dependencies": {
"ShopGunSDK/Shared": [
],
"CryptoSwift": [
"~> 0.8.3"
]
}
},
{
"name": "GraphAPI",
"source_files": "Sources/GraphAPI/**/*.swift",
"frameworks": "Foundation",
"dependencies": {
"ShopGunSDK/Shared": [
]
}
},
{
"name": "EventsTracker",
"source_files": "Sources/EventsTracker/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"dependencies": {
"ShopGunSDK/Shared": [
]
}
},
{
"name": "Shared",
"source_files": "Sources/Shared/**/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Valet": [
"~> 3.1.3"
]
}
}
]
}