[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / e / b / MJLoadingView / 0.1.1 / MJLoadingView.podspec.json
blob2e59491553a19dc98d1c39c592f39cafde57f29e
2   "name": "MJLoadingView",
3   "version": "0.1.1",
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.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "MJLoadingView/Classes/*.{h,m}",
18   "resources": [
19     "MJLoadingView/Classes/*.xib"
20   ],
21   "user_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_LOADING_VIEW"
23   },
24   "dependencies": {
25     "ModuleCapability": [
26       "~> 0.1.1"
27     ]
28   },
29   "prefix_header_contents": "#import \"ModuleCapability.h\""