[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 3 / 1 / 7 / BlockChyp / 2.0.1-rc2 / BlockChyp.podspec.json
bloba7a43ae691d842fb168c7fb1fcf2843309b5e4a1
2   "name": "BlockChyp",
3   "version": "2.0.1-rc2",
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.0.1-rc2"
17   },
18   "frameworks": [
19     "Foundation",
20     "CommonCrypto"
21   ],
22   "requires_arc": true,
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "blockchyp-ios/BlockChyp/*.{h,m}",
27   "public_header_files": "blockchyp-ios/BlockChyp/*.h",
28   "xcconfig": {
29     "OTHER_LDFLAGS": "$(inherited) -ObjC"
30   }