blob: da8c82f5f212d18ec3a607584791e4d09df313aa [file] [log] [blame]
{
"name": "SYNDynamicAnalytics",
"version": "0.1.3",
"summary": "Automatically measure screen time on a view controller.",
"description": " SYNDynamicAnalytics provides a category on UIViewController that automatically handles measuring screen time on any UIViewController subclass. Blocks and delegate support to easily utilize any analytics library.\n",
"homepage": "https://github.com/Syntertainment/SYNDynamicAnalytics",
"license": "MIT",
"authors": {
"Sidhant Gandhi": "sidhantg@syntertainment.com"
},
"source": {
"git": "https://github.com/Syntertainment/SYNDynamicAnalytics.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"SYNDynamicAnalytics": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}