[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 9 / DIAnalytics2 / 0.1.24 / DIAnalytics2.podspec.json
blobb17472746b817d5a609aec9af30addc9dca58720
2   "name": "DIAnalytics2",
3   "version": "0.1.24",
4   "summary": "DIAnalytics2 for iOS",
5   "license": {
6     "type": "Commercial",
7     "file": "LICENSE.txt"
8   },
9   "authors": {
10     "Dialog Insight": "info@dialoginsight.com"
11   },
12   "homepage": "https://www.dialoginsight.com",
13   "description": "DIAnalytics makes it easy to integrate Dialog Insight push system in your application.",
14   "source": {
15     "git": "https://github.com/DialogInsight/DIAnalytics2_iOS.git",
16     "tag": "0.1.24"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "ios": {
23     "vendored_frameworks": "ios/DIAnalytics2.framework"
24   },
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "static_framework": true,
32   "frameworks": [
33     "Foundation",
34     "CoreGraphics",
35     "UIKit",
36     "StoreKit",
37     "WebKit",
38     "MobileCoreServices",
39     "CoreServices"
40   ],
41   "dependencies": {
42     "AFNetworking": [
43       "~> 4.0"
44     ]
45   }