[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 4 / d / 1 / SAPrivateView / 0.0.1 / SAPrivateView.podspec.json
blob0b90b262204386250401b61c739d8077679604ad
2   "name": "SAPrivateView",
3   "version": "0.0.1",
4   "summary": "自定义加减按钮,自定义SACollectionViewGridLayout",
5   "description": "网仓私有库",
6   "homepage": "https://github.com/SAndL9/SAPrivateView.git",
7   "license": "MIT",
8   "authors": {
9     "李磊": "lilei@iscs.com.cn"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/SAndL9/SAPrivateView.git",
16     "tag": "0.0.1"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "SANumberButton",
22       "source_files": "SAPrivateView/SAPrivateView/NumberButton.{h,m}"
23     },
24     {
25       "name": "SAPlaceholderLabelTextView",
26       "source_files": "SAPrivateView/SAPrivateView/SAPlaceholderLabelTextView.{h,m}"
27     },
28     {
29       "name": "SACollectionViewGridLayout",
30       "source_files": "SAPrivateView/SAPrivateView/SACollectionViewGridLayout.{h,m}"
31     }
32   ]