blob: a815ececcb15819e87afb7380b5dadbeba7d2fb7 [file] [log] [blame]
{
"name": "Astrarium",
"version": "1.0.0",
"summary": "Services management library",
"homepage": "https://github.com/netcosports/Astrarium",
"license": {
"type": "GNU"
},
"authors": {
"Dmitry Duleba": "dmitryduleba@gmail.com"
},
"source": {
"git": "https://github.com/netcosports/Astrarium.git",
"tag": "1.0.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/*.swift"
},
{
"name": "UserNotifications",
"dependencies": {
"Astrarium/Core": [
]
},
"source_files": "Sources/UserNotifications/*.swift",
"weak_frameworks": "UserNotifications"
}
]
}