[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 3 / a / KDXCollectionView / 0.1 / KDXCollectionView.podspec.json
blob7561f35a901999e87c7206e6c5f893319e8d1b52
2   "name": "KDXCollectionView",
3   "version": "0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A better collection view for Mac.",
9   "homepage": "https://github.com/lembacon/KDXCollectionView",
10   "authors": {
11     "Chongyu Zhu": "lembacon@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/lembacon/KDXCollectionView.git",
15     "tag": "0.1"
16   },
17   "source_files": "src/*.{h,c,m}",
18   "requires_arc": false,
19   "platforms": {
20     "osx": "10.6"
21   },
22   "osx": {
23     "frameworks": "Cocoa"
24   }