blob: 4df811314caa497918fc5480981d9a25e042297f [file] [log] [blame]
{
"name": "Nomosi",
"version": "0.0.2",
"summary": "Plug and play network services for your iOS app.",
"description": "Plug and play network services for your iOS app.",
"swift_version": "4.2",
"homepage": "https://github.com/MarioIannotta/Nomosi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MarioIannotta": "info@marioiannotta.com"
},
"source": {
"git": "https://github.com/MarioIannotta/Nomosi.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/MarioIannotta",
"platforms": {
"ios": "9.0"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"dependencies": {
"Nomosi/Core": [
],
"Nomosi/UI": [
]
}
},
{
"name": "Core",
"source_files": "Nomosi/Core/**/*",
"exclude_files": "Nomosi/UI/**/*"
},
{
"name": "UI",
"ios": {
"source_files": "Nomosi/UI/**/*"
},
"dependencies": {
"Nomosi/Core": [
]
}
}
]
}