[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 9 / 1 / 2 / MJLocalize / 0.1.0 / MJLocalize.podspec.json
blobfdf23ccff7e5f7b66d13812c40313824fdcefd6b
2   "name": "MJLocalize",
3   "version": "0.1.0",
4   "summary": "MJLocalize is use to get localized string from plist",
5   "homepage": "https://github.com/Musjoy/MJLocalize",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Musjoy": "Ray.musjoy@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Musjoy/MJLocalize.git",
15     "tag": "v-0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "MJLocalize/Classes/**/*",
21   "user_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_LOCALIZE"
23   },
24   "dependencies": {
25     "ModuleCapability": [
26       "~> 0.1.2"
27     ]
28   },
29   "prefix_header_contents": "#import \"ModuleCapability.h\""