[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / e / b / MJLoadingView / 0.1.0 / MJLoadingView.podspec.json
blob4717a0bfa7fc7c144ceab2b1bfdf96907576aae2
2   "name": "MJLoadingView",
3   "version": "0.1.0",
4   "summary": "This is a custom loading view.",
5   "homepage": "https://github.com/Musjoy/MJLoadingView",
6   "license": "MIT",
7   "authors": {
8     "Raymond": "Ray.musjoy@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Musjoy/MJLoadingView.git",
12     "tag": "v-0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "MJLoadingView/Classes/**/*",
18   "user_target_xcconfig": {
19     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_LOADING_VIEW"
20   },
21   "dependencies": {
22     "ModuleCapability": [
23       "~> 0.1.1"
24     ]
25   },
26   "prefix_header_contents": "#import \"ModuleCapability.h\""