[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 3 / a / SYNDynamicAnalytics / 0.1.0 / SYNDynamicAnalytics.podspec.json
blobbce3e92a4aa1d345ea339999b2cb62ae25a880bc
2   "name": "SYNDynamicAnalytics",
3   "version": "0.1.0",
4   "summary": "Automatically measure screen time on a view controller.",
5   "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",
6   "homepage": "https://github.com/Syntertainment/SYNDynamicAnalytics",
7   "license": "MIT",
8   "authors": {
9     "Sidhant Gandhi": "sidhantg@syntertainment.com"
10   },
11   "source": {
12     "git": "https://github.com/Syntertainment/SYNDynamicAnalytics.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "SYNDynamicAnalytics": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "UIKit"