[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / b / GLJInfiniteScrollView / 1.0.0 / GLJInfiniteScrollView.podspec.json
blobb0d1a29967147193d098cacaa8a2a758008cbba1
2   "name": "GLJInfiniteScrollView",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Harness the power of Auto Layout NSLayoutConstraints with a simplified, chainable and expressive syntax.",
6   "homepage": "https://github.com/gaoleegin/GLJInfiniteScrollView",
7   "authors": {
8     "Jonas Budelmann": "jonas.budelmann@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/gaoleegin/GLJInfiniteScrollView.git",
12     "tag": "1.0.0"
13   },
14   "description": "GLJInfiniteScrollView is a light-weight layout framework which wraps AutoLayout with a nicer syntax.\nMasonry has its own layout DSL which provides a chainable way of describing your\nNSLayoutConstraints which results in layout code which is more concise and readable.\nMasonry supports iOS and Mac OSX.",
15   "source_files": "GLJInfiniteScrollView/*.{h,m}",
16   "ios": {
17     "frameworks": [
18       "Foundation",
19       "UIKit"
20     ]
21   },
22   "platforms": {
23     "ios": "6.0"
24   },
25   "requires_arc": true