[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 5 / c / f / RichAPM-Beta / 1.0.0 / RichAPM-Beta.podspec.json
blob8b15fc14b2b729ac963be58f8603f42f6ec0dd36
2   "name": "RichAPM-Beta",
3   "version": "1.0.0",
4   "summary": "A SDK used to monitor the performence of Networking and UI.And it also  catches crashInfo.",
5   "homepage": "http://www.richapm.com",
6   "license": {
7     "type": "Copyright",
8     "text": "© 2015 RichAPM.com"
9   },
10   "authors": {
11     "RichAPM": "changhongliang@richinfo.cn"
12   },
13   "social_media_url": "https://twitter.com/changhongliang",
14   "source": {
15     "git": "https://github.com/RichAPMIOS/RichAPM-Beta.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "preserve_paths": "Pod",
22   "vendored_frameworks": "Pod/RichAPM.framework",
23   "frameworks": [
24     "SystemConfiguration",
25     "CoreTelephony",
26     "CoreData"
27   ],
28   "libraries": [
29     "z",
30     "stdc++"
31   ],
32   "pod_target_xcconfig": {
33     "OTHER_LDFLAGS": "-ObjC",
34     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/RichAPM-Beta/RichAPM.framework\"",
35     "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/RichAPM-Beta/RichAPM.framework\""
36   }