[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 7 / b / CardFlight / 1.0.1 / CardFlight.podspec.json
blob5a99d97cf94b632e74b27c1e9037d862ae6be261
2   "name": "CardFlight",
3   "version": "1.0.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.0.1"
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