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