[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 7 / c / b / RPTileScroller / 0.2.2 / RPTileScroller.podspec.json
blob7148c4c7def36b195a918f924c88d2f57ff9f88a
2   "name": "RPTileScroller",
3   "version": "0.2.2",
4   "summary": "SpriteKit Infinite Tile Scroller",
5   "description": "A simple infinite tile scroller that follows a, tableview's inspired, datasource pattern.",
6   "homepage": "https://github.com/raspu/RPTileScroller",
7   "license": "MIT",
8   "authors": {
9     "J.P. Illanes": "jpillaness@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/raspu/RPTileScroller.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**.{h,m}",
20   "resource_bundles": {
21     "RPTileScroller": [
22       "Pod/Assets/*.png"
23     ]
24   }