[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 7 / a / d / ZCSudokuView / 1.1.3 / ZCSudokuView.podspec.json
blobbeb5bf5ff79cbe1eff675747f94f5606ff2b390d
2   "name": "ZCSudokuView",
3   "version": "1.1.3",
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.1.3",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "ZCSudokuView",
27       "source_files": "ZCSudokuView/ZCSudokuView/*.{h,m}",
28       "public_header_files": "ZCSudokuView/ZCSudokuView/*.h"
29     },
30     {
31       "name": "IJShareView",
32       "source_files": "ZCSudokuView/IJShareView/*.{h,m}",
33       "public_header_files": "ZCSudokuView/IJShareView/*.h",
34       "dependencies": {
35         "ZCSudokuView/ZCSudokuView": [
37         ]
38       }
39     },
40     {
41       "name": "XJSearchBar",
42       "source_files": "ZCSudokuView/XJSearchBar/*.{h,m}",
43       "public_header_files": "ZCSudokuView/XJSearchBar/*.h",
44       "dependencies": {
45         "ZCSudokuView/ZCSudokuView": [
47         ]
48       }
49     },
50     {
51       "name": "image",
52       "resources": "ZCSudokuView/image/*.png"
53     }
54   ]