[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 6 / 7 / f / mobilytics / 2.0 / mobilytics.podspec.json
blob07ed3a04bd98968ad74533a8070ba1fc3e8983da
2   "name": "mobilytics",
3   "version": "2.0",
4   "summary": "mobilytics",
5   "homepage": "https://da.netease.com/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "马守磊": "hzmashoulei@corp.netease.com"
12   },
13   "source": {
14     "git": "https://github.com/mashoulei/mobilytics-ios.git",
15     "tag": "v2.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "*.h",
21   "preserve_paths": [
22     "*.h",
23     "libMobilytics.a"
24   ],
25   "vendored_libraries": "libMobilytics.a",
26   "libraries": [
27     "z",
28     "sqlite3"
29   ],
30   "frameworks": [
31     "SystemConfiguration",
32     "CoreTelephony",
33     "CoreLocation",
34     "UIKit",
35     "Security",
36     "AdSupport",
37     "Foundation"
38   ],
39   "xcconfig": {
40     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/mobilytics",
41     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/mobilytics"
42   }