blob: c7b9d47865b62486a1bfa04bc51c3e2426fc4676 [file] [log] [blame]
{
"name": "Desman",
"version": "1.0.0",
"summary": "An event tracking tool for mobile apps.",
"homepage": "https://desman.dimension.it",
"license": "MIT",
"authors": [
{
"Matteo Gavagnin": "matteo.gavagnin@dimension.it",
"Dimension S.r.l.": "info@dimension.it"
}
],
"social_media_url": "https://twitter.com/macteo",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dimensionsrl/desman.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"frameworks": [
"Photos",
"CoreData"
],
"default_subspecs": "Core",
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -DDESMAN_AS_COCOAPOD"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Desman/Core/**/*.swift",
"resources": [
"Desman/Core/Assets/**/*.xcassets",
"Desman/Core/Assets/*.storyboard",
"Desman/Core/Resources/**"
]
},
{
"name": "Debatable",
"dependencies": {
"Desman/Core": [
]
},
"source_files": "Desman/Debatable/**/*.swift"
}
]
}