blob: 07ffc3324400af0da21df506f43aa314893311e5 [file] [log] [blame]
{
"name": "Donky-CoreLocation",
"version": "4.8.0.0",
"summary": "The location services module",
"description": "This module allows you to access the location services with the Donky Network.",
"homepage": "https://github.com/Donky-Network/DonkySDK-iOS-Modular",
"license": "MIT",
"authors": {
"Donky Networks Ltd": "sdk@mobiledonky.com"
},
"source": {
"git": "https://github.com/Donky-Network/DonkySDK-iOS-Modular.git",
"tag": "v4.8.0.0"
},
"social_media_url": "https://twitter.com/mobiledonky",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "src/modules/Location Services/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Donky-Core-SDK": [
]
}
}