[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / a / 3 / URQAClient / 1.0.0 / URQAClient.podspec.json
blobb34a48c328aa53e528580f8d3e1518c2cc728aa7
2   "name": "URQAClient",
3   "version": "1.0.0",
4   "summary": "UrQA client for iOS Devices",
5   "description": "# UrQA iOS Client\nMobile crash report service [link](http://urqa.io)",
6   "homepage": "https://github.com/UrQA/UrQA-iOS",
7   "license": "MIT",
8   "authors": {
9     "devholic": "devholic@plusquare.com"
10   },
11   "source": {
12     "git": "https://github.com/UrQA/UrQA-iOS.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://www.facebook.com/groups/1398899177025363/",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.3"
24     ],
25     "JSONKit-NoWarning": [
26       "~> 1.2"
27     ],
28     "KeychainItemWrapper": [
29       "~> 1.2"
30     ],
31     "Reachability": [
32       "~> 3.2"
33     ]
34   },
35   "ios": {
36     "preserve_paths": "Pod/Externals/*.framework",
37     "vendored_frameworks": "Pod/Externals/CrashReporter.framework",
38     "resources": "Pod/Externals/CrashReporter.framework",
39     "xcconfig": {
40       "LD_RUNPATH_SEARCH_PATHS": "\"$(PODS_ROOT)/MyPod/MyPodSubdir/Externals\""
41     }
42   }