blob: a7a43ae691d842fb168c7fb1fcf2843309b5e4a1 [file] [log] [blame]
{
"name": "BlockChyp",
"version": "2.0.1-rc2",
"summary": "BlockChyp SDK for iOS Developers.",
"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.",
"homepage": "https://www.blockchyp.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BlockChyp": "support@blockchyp.com"
},
"source": {
"git": "https://github.com/blockchyp/blockchyp-ios.git",
"tag": "v2.0.1-rc2"
},
"frameworks": [
"Foundation",
"CommonCrypto"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "blockchyp-ios/BlockChyp/*.{h,m}",
"public_header_files": "blockchyp-ios/BlockChyp/*.h",
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC"
}
}