[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / e / 3 / SPCollectionView / 0.1.0 / SPCollectionView.podspec.json
blobbfd4dee24733caaceac8915049ec5b1064c2d927
2   "name": "SPCollectionView",
3   "version": "0.1.0",
4   "summary": "A pre-packaged layout library",
5   "description": "SPCollectionView is a pre-packaged layout library that only requires you to provide data (including view types and view placeholders) and the views can present a variety of layouts.\"",
6   "homepage": "https://github.com/sayiwen/SPCollectionView-OC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sayiwen": "sayiwen@163.com"
13   },
14   "source": {
15     "git": "https://github.com/sayiwen/SPCollectionView-OC.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SPCollectionView/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "MJRefresh": [
28       "~> 3.1.12"
29     ]
30   }