blob: 6d921fc46550b55a4a30b3025f6ce0fff72e5b11 [file] [log] [blame]
{
"name": "AWAREFramework",
"version": "1.6.3",
"summary": "AWARE: An Open-source Context Instrumentation Framework",
"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.",
"homepage": "https://github.com/tetujin/AWAREFramework-iOS",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"Yuuki Nishiyama": "yuukin@iis.u-tokyo.ac.jp"
},
"source": {
"git": "https://github.com/tetujin/AWAREFramework-iOS.git",
"tag": "1.6.3"
},
"platforms": {
"ios": "10"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source_files": [
"AWAREFramework/Classes/**/*.m",
"AWAREFramework/Classes/**/*.h",
"AWAREFramework/Classes/**/*.swift"
],
"resource_bundles": {
"AWAREFramework": [
"AWAREFramework/Assets/**/*.png",
"AWAREFramework/Assets/*.xib",
"AWAREFramework/Assets/**/*.jpg",
"AWAREFramework/Assets/**/*.xcdatamodeld",
"AWAREFramework/Assets/**/*.xcassets"
]
},
"resources": "AWAREFramework/Assets/**/*.xcdatamodeld",
"frameworks": [
"UIKit",
"MapKit",
"CoreData",
"CoreTelephony",
"CoreLocation",
"CoreMotion",
"CoreBluetooth",
"EventKit",
"EventKitUI",
"UserNotifications",
"EventKit",
"EventKitUI",
"Accelerate",
"AudioToolbox",
"AVFoundation",
"GLKit"
],
"static_framework": true,
"dependencies": {
"SCNetworkReachability": [
"~> 2.0"
],
"GoogleSignIn": [
"~> 5.0"
],
"ios-ntp": [
"~> 1.1"
],
"TPCircularBuffer": [
"~> 1.6"
]
},
"ios": {
"vendored_frameworks": "AWAREFramework/Frameworks/StudentLifeAudio.framework"
}
}