[Add] CookieOvenWebtoon 3.2.6
[CocoaPods.git] / Specs / 7 / a / d / ZCSudokuView / 1.0.5 / ZCSudokuView.podspec.json
blob22f0a342621ef07eed92c1f3129c02d68644fe10
2   "name": "ZCSudokuView",
3   "version": "1.0.5",
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.5",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "ZCSudokuView",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "subspecs": [
26     {
27       "name": "ZCSudokuView",
28       "source_files": "ZCSudokuView/*.{h,m}",
29       "public_header_files": "ZCSudokuView/*.h"
30     },
31     {
32       "name": "IJShareView",
33       "source_files": "ZCSudokuView/IJShareView/*.{h,m}",
34       "public_header_files": "ZCSudokuView/IJShareView/*.h",
35       "dependencies": {
36         "ZCSudokuView/ZCSudokuView": [
38         ]
39       }
40     },
41     {
42       "name": "XJSearchBar",
43       "source_files": "ZCSudokuView/XJSearchBar/*.{h,m}",
44       "public_header_files": "ZCSudokuView/XJSearchBar/*.h",
45       "dependencies": {
46         "ZCSudokuView/ZCSudokuView": [
48         ]
49       }
50     }
51   ]