blob: be7b803533e7a7f1f5a57d109ad720f4ad8a334e [file] [log] [blame]
{
"name": "Analytical",
"version": "0.1.1",
"summary": "Analytical is a lightweight analytics library wrapper.",
"description": "A simple, lightweight Swift analytics abstraction layer.",
"homepage": "https://github.com/legoless/Analytical",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dal Rupnik": "legoless@gmail.com"
},
"source": {
"git": "https://github.com/legoless/Analytical.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/thelegoless",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Analytical/Classes/Core/**/*.{swift}"
},
{
"name": "Mixpanel",
"source_files": "Analytical/Classes/Provider/MixpanelProvider.swift",
"dependencies": {
"Analytical/Core": [
],
"Mixpanel": [
]
}
},
{
"name": "Facebook",
"source_files": "Analytical/Classes/Provider/FacebookProvider.swift",
"dependencies": {
"Analytical/Core": [
],
"FBSDKCoreKit": [
]
}
}
]
}