[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 5 / 1 / a / devtodev / 1.12 / devtodev.podspec.json
blob49f24d075f15d783b9f93eeb7194d4b2c3ca7d18
2   "name": "devtodev",
3   "version": "1.12",
4   "summary": "devtodev for iOS",
5   "description": "devtodev is a powerful analytical and marketing platform for mobile and web applications. Gather all the data of your application in one simple interface and analyze every bite of it. With devtodev, it is easy to find the weak points, to improve traffic source efficiency and to build strong communications with the customers.",
6   "homepage": "https://devtodev.com/",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "devtodev": "info@devtodev.com"
10   },
11   "source": {
12     "git": "https://github.com/devtodev-analytics/ios-sdk.git",
13     "branch": "master",
14     "tag": "v1.12"
15   },
16   "default_subspecs": "devtodev",
17   "platforms": {
18     "osx": null,
19     "ios": null,
20     "tvos": null,
21     "watchos": null
22   },
23   "subspecs": [
24     {
25       "name": "devtodev",
26       "ios": {
27         "vendored_frameworks": "devtodev-ios 1.12/devtodev.framework"
28       },
29       "frameworks": [
30         "Security",
31         "UIKit",
32         "UserNotifications",
33         "AdSupport"
34       ],
35       "libraries": "z",
36       "platforms": {
37         "ios": "7.0"
38       }
39     },
40     {
41       "name": "AppExtension",
42       "ios": {
43         "vendored_frameworks": "devtodev-ios 1.12/devtodevAppExtensions.framework"
44       },
45       "frameworks": "UserNotifications",
46       "platforms": {
47         "ios": "10.0"
48       }
49     }
50   ]