[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 3 / 1 / 7 / BlockChyp / 2.15.10 / BlockChyp.podspec.json
blob153799a53e0d5c05db6319693a1123e7b18390fd
2   "name": "BlockChyp",
3   "version": "2.15.10",
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": "v2.15.10"
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   }