[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 1 / 6 / 7 / MJWebService / 0.1.8 / MJWebService.podspec.json
blob6674fc9bdf395daaef9aa58141e030256fec7dc3
2   "name": "MJWebService",
3   "version": "0.1.8",
4   "summary": "Encapsulation For AFNetworking.",
5   "homepage": "https://github.com/Musjoy/MJWebService",
6   "license": "MIT",
7   "authors": {
8     "Raymond": "Ray.musjoy@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Musjoy/MJWebService.git",
12     "tag": "v-0.1.8"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "MJWebService/Classes/**/*",
18   "user_target_xcconfig": {
19     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_WEB_SERVICE"
20   },
21   "dependencies": {
22     "AFNetworking/NSURLSession": [
23       "~> 3.1.0"
24     ],
25     "ModuleCapability": [
26       "~> 0.1.1"
27     ]
28   },
29   "prefix_header_contents": "#import \"ModuleCapability.h\""