[Add] DocumentReaderFullAuthRFIDStage 7.5.10873
[CocoaPods.git] / Specs / 2 / 7 / b / CardFlight / 1.9 / CardFlight.podspec.json
blob640fbe817e70ba4d00b2b51d8d39f7f3d891ba77
2   "name": "CardFlight",
3   "version": "1.9",
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": "1.9"
15   },
16   "preserve_paths": "libCardFlightLibrary.a",
17   "frameworks": [
18     "AVFoundation",
19     "AudioToolbox",
20     "MediaPlayer",
21     "MessageUI"
22   ],
23   "requires_arc": true,
24   "xcconfig": {
25     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/CardFlight\""
26   },
27   "default_subspecs": "AudioJack",
28   "license": {
29     "type": "commercial",
30     "text": "Copyright 2013 Cardflight, Inc. All rights reserved."
31   },
32   "subspecs": [
33     {
34       "name": "AudioJack",
35       "source_files": "*.{h,m}",
36       "vendored_libraries": "libCardFlightLibrary.a",
37       "exclude_files": [
38         "CFTAttacheReader.h",
39         "libCardFlightAttacheLibrary.a"
40       ],
41       "requires_arc": true
42     },
43     {
44       "name": "Attache",
45       "source_files": "*.{h,m}",
46       "vendored_libraries": "libCardFlightAttacheLibrary.a",
47       "exclude_files": [
48         "CFTReader.h",
49         "libCardFlightLibrary.a"
50       ],
51       "frameworks": "ExternalAccessory",
52       "requires_arc": true
53     }
54   ]