[Add] RiveRuntime 6.5.1
[CocoaPods.git] / Specs / 2 / 7 / b / CardFlight / 1.0.2 / CardFlight.podspec.json
blob5c5831582ab197b3c680968320302551041a0a68
2   "name": "CardFlight",
3   "version": "1.0.2",
4   "summary": "CardFlight's iOS SDK Library",
5   "homepage": "https://getcardflight.com",
6   "license": {
7     "type": "commercial",
8     "text": "Copyright 2013 Cardflight, Inc. All rights reserved."
9   },
10   "authors": {
11     "CardFlight": "support@getcardflight.com"
12   },
13   "platforms": {
14     "ios": "4.0"
15   },
16   "source": {
17     "git": "https://github.com/CardFlight/cardflight-ios.git",
18     "tag": "1.0.2"
19   },
20   "source_files": "*.{h,m}",
21   "preserve_paths": "libCardFlightLibrary.a",
22   "frameworks": [
23     "AVFoundation",
24     "AudioToolbox",
25     "MediaPlayer",
26     "MessageUI"
27   ],
28   "libraries": "CardFlightLibrary",
29   "vendored_libraries": "libCardFlightLibrary",
30   "xcconfig": {
31     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/CardFlight\""
32   },
33   "requires_arc": false