[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / 3 / CCInfiniteScrolling / 0.5.4 / CCInfiniteScrolling.podspec.json
blob3ae824f0cf5276549c4f29d0ebefacae64be3603
2   "name": "CCInfiniteScrolling",
3   "version": "0.5.4",
4   "summary": "These UIScrollView categories makes it super easy to add infinite scrolling functionalities to any UIScrollView",
5   "description": "These UIScrollView categories makes it super easy to add infinite scrolling functionalities to any UIScrollView (or any of its subclass)",
6   "homepage": "https://github.com/ziryanov/CCInfiniteScrolling",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ivan Ziryanov": "ivan.ziryanov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ziryanov/CCInfiniteScrolling.git",
16     "tag": "0.5.4"
17   },
18   "screenshots": "https://raw.githubusercontent.com/ziryanov/CCInfiniteScrolling/master/1.gif",
19   "platforms": {
20     "ios": "6.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/*.{h,m}"
25   ],
26   "requires_arc": true,
27   "resources": "Resources/CCInfiniteScrolling.bundle",
28   "dependencies": {
29     "UIView+TKGeometry": [
31     ],
32     "JRSwizzle": [
34     ]
35   }