[Add] UBiXDaq 2.4.0
[CocoaPods.git] / Specs / 1 / 6 / 7 / MJWebService / 0.1.1 / MJWebService.podspec.json
blob67ff4cdec00813652927811600f31e5b05eadee3
2   "name": "MJWebService",
3   "version": "0.1.1",
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.1"
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\""