blob: 005792b3992a10c8a1cf9ba98f0d8927bb241c5b [file] [log] [blame]
{
"name": "JBDScaleway",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "iOS Framework for Scaleway API",
"homepage": "https://github.com/jbdujardin/JBDScaleway",
"social_media_url": "https://twitter.com/jbdujardin",
"authors": {
"Jean-Baptiste Dujardin": "contact@jbdujardin.com"
},
"source": {
"git": "https://github.com/jbdujardin/JBDScaleway.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"AlamofireObjectMapper": [
"~> 5.0.0"
]
},
"subspecs": [
{
"name": "Domain",
"source_files": "Sources/Domain/*/*.swift"
},
{
"name": "API",
"source_files": "Sources/API/**/*.swift",
"dependencies": {
"JBDScaleway/Domain": [
]
}
}
]
}