blob: f2467b1e848743a0b17324741bc7118809a5be9f [file] [log] [blame]
{
"name": "BlockChyp",
"version": "2.0.0-alpha7",
"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.0-alpha7"
},
"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"
}
}