[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / c / AWAREFramework / 1.4.1 / AWAREFramework.podspec.json
blob37ce0a622991932b5067e6626b84e32626c7fcba
2   "name": "AWAREFramework",
3   "version": "1.4.1",
4   "summary": "AWARE: An Open-source Context Instrumentation Framework",
5   "description": "AWARE is an Android and iOS framework dedicated to instrument, infer, log and share mobile context information, for application developers, researchers and smartphone users. AWARE captures hardware-, software-, and human-based data. They transform data into information you can understand.",
6   "homepage": "https://github.com/tetujin/AWAREFramework-iOS",
7   "license": {
8     "type": "Apache2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yuuki Nishiyama": "yuuki.nishiyama@oulu.fi"
13   },
14   "source": {
15     "git": "https://github.com/tetujin/AWAREFramework-iOS.git",
16     "tag": "1.4.1"
17   },
18   "platforms": {
19     "ios": "10"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.2"
23   },
24   "source_files": [
25     "AWAREFramework/Classes/**/*"
26   ],
27   "resource_bundles": {
28     "AWAREFramework": [
29       "AWAREFramework/Assets/**/*.png",
30       "AWAREFramework/Assets/*.xib",
31       "AWAREFramework/Assets/**/*.jpg",
32       "AWAREFramework/Assets/**/*.xcdatamodeld",
33       "AWAREFramework/Assets/**/*.xcassets"
34     ]
35   },
36   "frameworks": [
37     "UIKit",
38     "MapKit",
39     "CoreData",
40     "CoreTelephony",
41     "CoreLocation",
42     "CoreMotion",
43     "CoreBluetooth",
44     "EventKit",
45     "EventKitUI",
46     "UserNotifications",
47     "EventKit",
48     "EventKitUI",
49     "Accelerate",
50     "AudioToolbox",
51     "AVFoundation",
52     "GLKit"
53   ],
54   "static_framework": true,
55   "dependencies": {
56     "SCNetworkReachability": [
58     ],
59     "GoogleSignIn": [
61     ],
62     "ios-ntp": [
64     ],
65     "TPCircularBuffer": [
67     ]
68   },
69   "ios": {
70     "vendored_frameworks": "AWAREFramework/Frameworks/StudentLifeAudio.framework"
71   }