[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 8 / c / AWAREFramework / 1.4.3 / AWAREFramework.podspec.json
blob136048e95b6d0106dfacfe3b80b6785501bc5d45
2   "name": "AWAREFramework",
3   "version": "1.4.3",
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.3"
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   "resources": "AWAREFramework/Assets/**/*.xcdatamodeld",
37   "frameworks": [
38     "UIKit",
39     "MapKit",
40     "CoreData",
41     "CoreTelephony",
42     "CoreLocation",
43     "CoreMotion",
44     "CoreBluetooth",
45     "EventKit",
46     "EventKitUI",
47     "UserNotifications",
48     "EventKit",
49     "EventKitUI",
50     "Accelerate",
51     "AudioToolbox",
52     "AVFoundation",
53     "GLKit"
54   ],
55   "static_framework": true,
56   "dependencies": {
57     "SCNetworkReachability": [
59     ],
60     "GoogleSignIn": [
62     ],
63     "ios-ntp": [
65     ],
66     "TPCircularBuffer": [
68     ]
69   },
70   "ios": {
71     "vendored_frameworks": "AWAREFramework/Frameworks/StudentLifeAudio.framework"
72   }