[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / b / 1 / CollectionViewArray / 0.1.4 / CollectionViewArray.podspec.json
blob7e0dd77fdaceae6a8c2f019da21d714040816adc
2   "name": "CollectionViewArray",
3   "version": "0.1.4",
4   "summary": "A usefull library make UICollectionView listener a array",
5   "description": "A usefull library make UICollectionView listener a array.",
6   "homepage": "https://github.com/scorplot/CollectionViewArray",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "scorplot": "1@1.com"
13   },
14   "source": {
15     "git": "https://github.com/scorplot/CollectionViewArray.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Category",
24       "source_files": "CollectionViewArray/Classes/Category/**/*",
25       "dependencies": {
26         "CCUIModel": [
28         ]
29       }
30     },
31     {
32       "name": "CollectionViewArray",
33       "source_files": "CollectionViewArray/Classes/CollectionViewArray/**/*",
34       "dependencies": {
35         "MutableArrayListener": [
37         ]
38       }
39     }
40   ]