blob: dd3894d971aa3221ebddd46e7a4223698dad7587 [file] [log] [blame]
{
"name": "AWAREFramework",
"version": "1.1.11",
"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": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/tetujin/AWAREFramework-iOS.git",
"tag": "1.1.11"
},
"platforms": {
"ios": "10"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
},
"source_files": [
"AWAREFramework/Classes/**/*"
],
"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": [
],
"GoogleSignIn": [
],
"ios-ntp": [
],
"SVProgressHUD": [
],
"TPCircularBuffer": [
]
},
"ios": {
"vendored_frameworks": "AWAREFramework/Frameworks/StudentLifeAudio.framework"
}
}