[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 1 / 7 / BlockChyp / 2.16.2 / BlockChyp.podspec.json
blob5642e1ae266da0ce87105397845d0358464f2e31
2   "name": "BlockChyp",
3   "version": "2.16.2",
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.16.2"
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   }