[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 7 / b / CardFlight / 3.5 / CardFlight.podspec.json
blob05c0c440b241ea8f04a9ec16d211d9ef33ffde78
2   "name": "CardFlight",
3   "version": "3.5",
4   "summary": "CardFlight's iOS SDK Library",
5   "homepage": "https://cardflight.com",
6   "authors": {
7     "CardFlight": "support@cardflight.com"
8   },
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/CardFlight/cardflight-ios.git",
14     "tag": "v3.5"
15   },
16   "preserve_paths": "libCardFlightLibrary.a",
17   "frameworks": [
18     "AVFoundation",
19     "AudioToolbox",
20     "MediaPlayer",
21     "MessageUI",
22     "ExternalAccessory"
23   ],
24   "libraries": "stdc++.6.0.9",
25   "requires_arc": true,
26   "xcconfig": {
27     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/CardFlight\""
28   },
29   "default_subspecs": "AudioJack",
30   "license": {
31     "type": "commercial",
32     "text": "Copyright 2016 Cardflight, Inc. All rights reserved."
33   },
34   "subspecs": [
35     {
36       "name": "AudioJack",
37       "source_files": "*.{h,m}",
38       "vendored_libraries": "libCardFlightLibrary.a",
39       "exclude_files": [
40         "CFTAttacheReader.h",
41         "libCardFlightAttacheLibrary.a"
42       ],
43       "requires_arc": true
44     }
45   ]