[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / c / 4 / 9 / DIAnalytics2 / 0.1.25 / DIAnalytics2.podspec.json
blob7a50acc297bffbd64da6f62067d61249bc8126af
2   "name": "DIAnalytics2",
3   "version": "0.1.25",
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.25"
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     "SystemConfiguration",
35     "CoreGraphics",
36     "UIKit",
37     "StoreKit",
38     "WebKit",
39     "MobileCoreServices",
40     "CoreServices"
41   ],
42   "dependencies": {
43     "AFNetworking": [
44       "~> 4.0"
45     ]
46   }