[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 7 / b / Mobile-Buy-SDK / 3.1.5 / Mobile-Buy-SDK.podspec.json
blobf4c4dee43ff960111a25314cbda9ad20914f1e90
2   "name": "Mobile-Buy-SDK",
3   "version": "3.1.5",
4   "summary": "Create custom Shopify storefront on iOS.",
5   "description": "Shopify’s Mobile Buy SDK makes it simple to create custom storefronts in your mobile app. Utitlizing the power and flexibility of GraphQL you can build native storefront experiences using the Shopify platform.",
6   "homepage": "https://github.com/Shopify/mobile-buy-sdk-ios",
7   "authors": "Shopify Inc.",
8   "module_name": "MobileBuySDK",
9   "requires_arc": true,
10   "platforms": {
11     "ios": "9.0",
12     "watchos": "3.1",
13     "tvos": "9.0"
14   },
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "source": {
20     "git": "https://github.com/Shopify/mobile-buy-sdk-ios.git",
21     "tag": "3.1.5",
22     "submodules": true
23   },
24   "source_files": [
25     "Buy/**/*.{h,m,c,swift}",
26     "Dependencies/Swift Gen/support/Sources/GraphQL.swift"
27   ],
28   "ios": {
29     "source_files": "Pay/**/*.{swift}"
30   },
31   "watchos": {
32     "source_files": "Pay/**/*.{swift}"
33   },
34   "xcconfig": {
35     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1"
36   },
37   "pushed_with_swift_version": "4.0"