blob: 3f3f69c607789f15e2e792daef117b7a1281206f [file] [log] [blame]
{
"name": "Donky-Assets",
"version": "4.8.3.1",
"summary": "The base code of interacting with assets on the Donky network",
"description": "Used when uploading and downloading assets.",
"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.3.1"
},
"social_media_url": "https://twitter.com/mobiledonky",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "src/modules/Assets/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Donky-Core-SDK": [
]
}
}