blob: b9fe6280badb28e187bf51ec9f109ba7519af9b2 [file] [log] [blame]
{
"name": "RecurlySDK",
"version": "1.0.0",
"summary": "Integrate recurrent payments in your iOS app in a matter of minutes.",
"homepage": "https://dev.recurly.com/docs/client-libraries",
"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": "v1.0.0"
},
"source_files": "RecurlySDK/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"Security",
"CoreGraphics",
"QuartzCore",
"PassKit",
"AddressBook",
"CoreTelephony"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}