[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / b / 8 / c / AWAREFramework / 1.4.16 / AWAREFramework.podspec.json
blob0d205beccd771c09eab8bd4e3ac0cbeadc5155a8
2   "name": "AWAREFramework",
3   "version": "1.4.16",
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.16"
17   },
18   "platforms": {
19     "ios": "10"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.2"
23   },
24   "source_files": [
25     "AWAREFramework/Classes/**/*.m",
26     "AWAREFramework/Classes/**/*.h",
27     "AWAREFramework/Classes/**/*.swift"
28   ],
29   "resource_bundles": {
30     "AWAREFramework": [
31       "AWAREFramework/Assets/**/*.png",
32       "AWAREFramework/Assets/*.xib",
33       "AWAREFramework/Assets/**/*.jpg",
34       "AWAREFramework/Assets/**/*.xcdatamodeld",
35       "AWAREFramework/Assets/**/*.xcassets"
36     ]
37   },
38   "resources": "AWAREFramework/Assets/**/*.xcdatamodeld",
39   "frameworks": [
40     "UIKit",
41     "MapKit",
42     "CoreData",
43     "CoreTelephony",
44     "CoreLocation",
45     "CoreMotion",
46     "CoreBluetooth",
47     "EventKit",
48     "EventKitUI",
49     "UserNotifications",
50     "EventKit",
51     "EventKitUI",
52     "Accelerate",
53     "AudioToolbox",
54     "AVFoundation",
55     "GLKit"
56   ],
57   "static_framework": true,
58   "dependencies": {
59     "SCNetworkReachability": [
61     ],
62     "GoogleSignIn": [
64     ],
65     "ios-ntp": [
67     ],
68     "TPCircularBuffer": [
70     ]
71   },
72   "ios": {
73     "vendored_frameworks": "AWAREFramework/Frameworks/StudentLifeAudio.framework"
74   }