[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 2 / 6 / OCUI / 0.1.0 / OCUI.podspec.json
blob306877b87b7e7e45d6bcd9eb3fc1f427c264d7d8
2   "name": "OCUI",
3   "version": "0.1.0",
4   "summary": "objc ui framework.",
5   "description": "objc ui framework.",
6   "homepage": "https://github.com/ruiq/ObjcUI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ruiq": "theruiq@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ruiq/ObjcUI.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ObjcUI/Classes/*.{h,m}",
22   "dependencies": {
23     "Masonry": [
24       "~> 1.1.0"
25     ],
26     "JKCategories": [
27       "~> 1.9.1"
28     ]
29   }