[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 2 / 3 / ROCardToss / 1.0.3 / ROCardToss.podspec.json
blob7db414eba13aee038d932fffa4d4dc7e7549a3a8
2   "name": "ROCardToss",
3   "version": "1.0.3",
4   "summary": "Generates a card popup that you can toss to dismiss.",
5   "description": "                       The Card Toss is part of the Rounded UI Framework. It allows you to easily generate a card popup, with a smooth bouncy transition, and a quick toss-to-dismiss motion when finished with the view. Delegates are setup to be notified when the card was tossed or the X button was clicked. Add any subviews you'd like to the Card Toss.\n",
6   "homepage": "https://github.com/Rounded/ROCardToss",
7   "license": "MIT",
8   "authors": {
9     "Brian Weinreich": "bw@roundedco.com"
10   },
11   "source": {
12     "git": "https://github.com/Rounded/ROCardToss.git",
13     "tag": "1.0.3"
14   },
15   "social_media_url": "https://twitter.com/roundedco",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "ROCardToss": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "pop": [
29     ],
30     "PureLayout": [
32     ]
33   }