[Add] AliPlayerSDK_iOS_NORMAL_SR_FILTER 6.21.0
[CocoaPods.git] / Specs / 9 / b / 5 / OMCategories / 0.1.0 / OMCategories.podspec.json
blob78db9aa15c6131b06095a9cd6c6ff99dea08a3bc
2   "name": "OMCategories",
3   "version": "0.1.0",
4   "summary": "Some useful categories for Foundation and UIKit",
5   "description": "Some useful categories for Foundation and UIKit",
6   "homepage": "https://github.com/OldMusketeers/OMCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ChengwenY": "https://github.com/ChengwenY"
13   },
14   "source": {
15     "git": "https://github.com/OldMusketeers/OMCategories.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "OMCategories/**/*.{h,m,hh,mm,cpp}",
22   "requires_arc": true,
23   "public_header_files": "OMCategories/**/*.{h,hh}",
24   "libraries": [
25     "c++",
26     "z"
27   ],
28   "frameworks": [
29     "UIKit",
30     "QuartzCore",
31     "CoreText"
32   ]