[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / a / oc-string / 0.0.6 / oc-string.podspec.json
blobe7ba57693be7a09bfbc30d3a75f1f3687ebd7438
2   "name": "oc-string",
3   "version": "0.0.6",
4   "summary": "二次封装yykit的常用字符串操作,提供nssary的一些便捷操作",
5   "description": "二次封装yykit的常用字符串操作,提供nssary的一些便捷操作,包括map,filter等。",
6   "homepage": "https://github.com/zsy78191/oc-string",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "zsy78191": "zcleeco@qq.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/zsy78191/oc-string.git",
16     "tag": "0.0.6"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "RegexKitLite": [
25       "~> 4.0"
26     ]
27   }