blob: a7e137b68591e1e325928b3eeec705fcf0330dd1 [file] [log] [blame]
{
"name": "RecurlySDK",
"version": "0.9.0",
"summary": "Integrate recurrent payments in your iOS app in a matter of minutes.",
"homepage": "https://recurly.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Recurly, Inc.": "support@recurly.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/recurly/recurly-client-ios.git",
"tag": "v0.9.0"
},
"source_files": "RecurlySDK/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"Security",
"CoreGraphics",
"QuartzCore",
"PassKit",
"AddressBook",
"CoreTelephony"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}