[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 2 / 5 / RecycleView / 0.0.1 / RecycleView.podspec.json
blob1989272c012d2aa4a82869a67c49c8376b895065
2   "name": "RecycleView",
3   "version": "0.0.1",
4   "summary": "Similar to UICollectionView to achieve card or slider effect",
5   "description": "Similar to UICollectionView to achieve card or slider effect.",
6   "homepage": "https://github.com/ColdChains/RecycleView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ColdChains": "coldchains@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/ColdChains/RecycleView.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "RecycleView/**/*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "dependencies": {
24     "Masonry": [
26     ]
27   }