[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 9 / b / 0 / RGCardViewLayout / 1.0 / RGCardViewLayout.podspec.json
blobd176a3276558fcbb14891d46883fd47b47312f46
2   "name": "RGCardViewLayout",
3   "version": "1.0",
4   "summary": "Collection view card layout.",
5   "description": "This is a layout that clones the interaction of going through city \"cards\" in the City Guide App. (this app is #3 for the top iOS app animations on the raywenderlich).",
6   "authors": "Robera Geleta",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/terminatorover/RGCardViewLayout",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/terminatorover/RGCardViewLayout.git",
18     "tag": "v1.0"
19   },
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "CoreGraphics"
24   ],
25   "source_files": "RGCardViewLayout.{h,m}",
26   "public_header_files": "RGCardViewLayout.h"