[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 1 / 8 / SimButton / 1.0.0 / SimButton.podspec.json
bloba08e911d6ef6114e2b77c29514c63ba9e5fd7bad
2   "name": "SimButton",
3   "version": "1.0.0",
4   "summary": "非常简单的图片和文本排列显示的按钮",
5   "description": "非常简单的图片和文本排列显示的按钮。支持上下左右中五种位置。",
6   "homepage": "https://github.com/simalone/",
7   "license": "MIT",
8   "authors": {
9     "Xubin Liu": "liuxb661@163.com"
10   },
11   "source": {
12     "git": "https://github.com/simalone/SimButton.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "SimButton/*.{h,m}",
20   "public_header_files": [
21     "SimButton/SimButton.h"
22   ],
23   "dependencies": {
24     "SimPodsPublic": [
25       "~> 1.0.0"
26     ]
27   }