[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 1 / 0 / PICollectionPageView / 0.0.2 / PICollectionPageView.podspec.json
bloba988cc66b8d270bdae49c4611c99a1ebe9a998ed
2   "name": "PICollectionPageView",
3   "version": "0.0.2",
4   "summary": "A UICollectionView base page view",
5   "description": "                   A UICollectionView base page view\n\n                   - Can be use as drop in for `UICollectionView`, \n                   - Reuse most of `UICollectionView` delegate methods\n                   - Simple interface and very easy to use.\n                   \n",
6   "homepage": "https://github.com/phamquy/PICollectionPageView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pham Quy": "phamsyquybk@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/phamquy/PICollectionPageView.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "PICollectionPageView/**/*.{h,m}",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "public_header_files": "PICollectionPageView/*.h"