[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 0 / 3 / c / CVSwiftyLoad / 1.0.1 / CVSwiftyLoad.podspec.json
blob26074f5a570dae126953deaa2017c5b85212fff0
2   "name": "CVSwiftyLoad",
3   "version": "1.0.1",
4   "summary": "CVSwiftyLoad",
5   "swift_version": "4.2",
6   "description": "本类将OC中的load()方法,拷贝到了swift中,使得在swift的扩展类中同样可以在app启动的时候主动调用且仅会调用一次的方法:swiftLoad()",
7   "homepage": "https://github.com/weixhe/CVSwiftyLoad",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "weixhe": "workerwei@163.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/weixhe/CVSwiftyLoad.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "CVSwiftyLoad/Classes/*.{h, m}",
23   "requires_arc": true