[Add] AdjustSignature 3.35.1
[CocoaPods.git] / Specs / 4 / c / b / Tropicalytics / 0.1.1 / Tropicalytics.podspec.json
blob08bd89aed68b891c5bb338d86ab646fe421d80a7
2   "name": "Tropicalytics",
3   "version": "0.1.1",
4   "summary": "Tropicalytics is a lightweight, flexible library made for analytics tracking in your iOS app.",
5   "description": "Tropicalytics is a lightweight configurable analytics tool that allows you to send self describing JSON to your own server so you are in control of your data.",
6   "homepage": "https://github.com/tilteng/Tropicalytics",
7   "license": "MIT",
8   "authors": {
9     "Tilt.com Inc": "tech@tilt.com"
10   },
11   "source": {
12     "git": "https://github.com/tilteng/Tropicalytics.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/tilteng",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Tropicalytics": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "dependencies": {
28     "MAObjCRuntime": [
29       "~> 0.0.1"
30     ]
31   },
32   "resources": "Pod/Classes/Tropicalytics.xcdatamodeld",
33   "preserve_paths": "Pod/Classes/Tropicalytics.xcdatamodeld",
34   "frameworks": "CoreData"