[Add] GlympseAPI 2.108.281
[CocoaPods.git] / Specs / a / 4 / e / RecurlySDK / 2.0.4 / RecurlySDK.podspec.json
blob7a60d2eccbc53179e442f8b9e19f91925a692b7e
2   "name": "RecurlySDK",
3   "version": "2.0.4",
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": "15.2"
15   },
16   "source": {
17     "git": "https://github.com/recurly/recurly-client-ios.git",
18     "tag": "v2.0.4"
19   },
20   "source_files": "RecurlySDK-iOS/*.{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   }