blob: 3b57ae901351fd52bf7578fd620d6d17882e0744 [file] [log] [blame]
{
"name": "BlockChyp",
"version": "2.0.1",
"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"
},
"frameworks": "Foundation",
"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"
}
}