blob: a17209b53f59d79e6b6cd9f5662cd14b5c10dc9c [file] [log] [blame]
{
"name": "Analytical",
"version": "0.1.0",
"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.0"
},
"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": [
]
}
}
]
}