[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / a / 9 / 1 / DGToolApp / 0.3.1 / DGToolApp.podspec.json
blob733565ae3fca34e5bf8c6b404029e5913f293fab
2   "name": "DGToolApp",
3   "version": "0.3.1",
4   "summary": "This is DGToolApp.",
5   "description": "DGToolApp by Devgster",
6   "homepage": "https://github.com/devgster/DGToolApp",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kyungwoo Park": "devgster@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/devgster/DGToolApp.git",
16     "tag": "0.3.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": false,
22   "source_files": "DGToolApp/Classes/**/*",
23   "xcconfig": {
24     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/GoogleAnalytics/Libraries",
25     "OTHER_LDFLAGS": "$(inherited) -ObjC -l\"GoogleAnalytics\" -l\"c++\" -l\"sqlite3\" -l\"z\" -framework \"CoreData\" -framework \"Crashlytics\" -framework \"Fabric\" -framework \"Security\" -framework \"SystemConfiguration\" -framework \"UIKit\"",
26     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Fabric/iOS\" \"${PODS_ROOT}/Crashlytics/iOS\""
27   },
28   "frameworks": [
29     "UIKit",
30     "CoreTelephony"
31   ],
32   "dependencies": {
33     "GoogleAnalytics": [
34       "~> 3.14"
35     ],
36     "UIDeviceIdentifier": [
37       "~> 1.0"
38     ],
39     "Crashlytics": [
40       "~> 3.7"
41     ]
42   }