blob: 51e5bba964773ed5347affcfae5dfae8357d71f9 [file] [log] [blame]
{
"name": "Donky-Core-SDK",
"version": "1.0.0.0",
"summary": "The core component to the Donky SDK.",
"description": " This is required by all other modules (is automatically imported through dependecny management) it can also be used in complete isolation. If all you require is to send content to other devices then this is all that is required.\n",
"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": "1.0.0.0"
},
"social_media_url": "https://twitter.com/mobiledonky",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"src/modules/Core/**/*.{h,m}",
"src/modules/Core\\ Analytics/**/*.{h,m}"
],
"resources": [
"src/modules/Core/App Settings Controller/Resources/DNConfiguration.plist",
"src/modules/Core/Data Controller/Resources/DNDonkyDataModel.xcdatamodeld"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}