blob: e0cc5976be7f518f80e8cab1461bdeb2db7371bc [file] [log] [blame]
{
"name": "Swiftalytics",
"version": "0.2",
"summary": "A declarative Swift DSL for your view tracking needs",
"description": "Swiftalytics lets you use Aspect Oriented Programming to\ndeclare all the analytics view tracking for your app on\nneat one-liners in a single file!\n\n* Supports both static and dynamic view tracking\n * Assign your own closures with correct type inference\n* Flexible tracking (not forced to viewDidAppear)\n* Works great with [ARAnalytics](https://github.com/orta/ARAnalytics)\n* Built for Swift 2.1",
"homepage": "https://github.com/MrAlek/Swiftalytics",
"license": "MIT",
"authors": {
"Alek Åström": "alek@iosnomad.com"
},
"source": {
"git": "https://github.com/MrAlek/Swiftalytics.git",
"tag": "0.2"
},
"social_media_url": "https://twitter.com/MisterAlek",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*",
"frameworks": "UIKit"
}