[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / a / d / ZCSudokuView / 1.0.1 / ZCSudokuView.podspec.json
blobc04d7a99f3362b284aaf675e8e5ce77527505633
2   "name": "ZCSudokuView",
3   "version": "1.0.1",
4   "summary": "a sudoku view used on iOS.",
5   "description": "It is a sudoku view used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun/ZCSudokuView",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/ZCSudokuView.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "ZCSudokuView/**/*.{h,m}",
20   "resources": "ZCSudokuView/XJSearchBar/image/*.png",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ]