[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / e / RecurlySDK / 1.0.0 / RecurlySDK.podspec.json
blobb9fe6280badb28e187bf51ec9f109ba7519af9b2
2   "name": "RecurlySDK",
3   "version": "1.0.0",
4   "summary": "Integrate recurrent payments in your iOS app in a matter of minutes.",
5   "homepage": "https://dev.recurly.com/docs/client-libraries",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Recurly, Inc.": "support@recurly.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/recurly/recurly-client-ios.git",
18     "tag": "v1.0.0"
19   },
20   "source_files": "RecurlySDK/*.{h,m}",
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "Security",
25     "CoreGraphics",
26     "QuartzCore",
27     "PassKit",
28     "AddressBook",
29     "CoreTelephony"
30   ],
31   "requires_arc": true,
32   "xcconfig": {
33     "OTHER_LDFLAGS": "-ObjC"
34   }