[Add] Split 3.1.0
[CocoaPods.git] / Specs / 2 / 7 / b / CardFlight / 1.5.1 / CardFlight.podspec.json
bloba0ed54064fecc7e57b7c2ed3e9301035ec65a68a
2   "name": "CardFlight",
3   "version": "1.5.1",
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.5.1"
19   },
20   "source_files": "*.{h,m}",
21   "preserve_paths": "libCardFlightLibrary.a",
22   "frameworks": [
23     "AVFoundation",
24     "AudioToolbox",
25     "MediaPlayer",
26     "MessageUI",
27     "ExternalAccessory"
28   ],
29   "libraries": "CardFlightLibrary",
30   "vendored_libraries": "libCardFlightLibrary.a",
31   "requires_arc": true,
32   "xcconfig": {
33     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/CardFlight\""
34   }