[Add] ikame_ios_sdk 1.0.417
[CocoaPods.git] / Specs / 3 / 1 / 7 / BlockChyp / 1.16.1 / BlockChyp.podspec.json
blob0090bc9266eaa08d8fa6f80d492b820f5d7f7df2
2   "name": "BlockChyp",
3   "version": "1.16.1",
4   "summary": "BlockChyp SDK for iOS Developers.",
5   "description": "This is the SDK for iOS. Like all BlockChyp SDKs, it provides a full\nclient for the BlockChyp gateway and BlockChyp payment terminals. The SDK is\nwritten in Objective-C, but can be used by Swift developers as well.",
6   "homepage": "https://www.blockchyp.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BlockChyp": "support@blockchyp.com"
13   },
14   "source": {
15     "git": "https://github.com/blockchyp/blockchyp-ios.git",
16     "tag": "v1.16.1"
17   },
18   "frameworks": "Foundation",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "blockchyp-ios/BlockChyp/*.{h,m}",
24   "public_header_files": "blockchyp-ios/BlockChyp/*.h",
25   "xcconfig": {
26     "OTHER_LDFLAGS": "$(inherited) -ObjC"
27   }