[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / a / 1 / ZMScrollSprite / 1.0.1 / ZMScrollSprite.podspec.json
blobe58984d3dbad5d221644451af1579cafd91afd19
2   "name": "ZMScrollSprite",
3   "version": "1.0.1",
4   "summary": "An SKSpriteNode subclass that mimics the UIScrollView behavior without much to do",
5   "description": "                   ZMScrollSprite is built to be super easy-to-use:\n                   * One-liner instantiation passing only a size and a contentSize\n                   * Every node added as a child to the ZMScrollSprite will scroll\n\n                   v1.0.1 removes all UIScrollView dependencies!\n                   * We lose some of the UIScrollView refinements (which are in the process of being reintegrated).\n                   * We win more flexibilility and the ability to use ZMScrollSprite in a fullscreen SpriteKit-only app.\n",
6   "homepage": "https://github.com/Zedenem/ZMScrollSprite",
7   "license": {
8     "type": "MIT",
9     "file": "ZMScrollSprite/LICENSE"
10   },
11   "authors": {
12     "Zedenem": "zouhair.mahieddine@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/Zedenem/ZMScrollSprite.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "ZMScrollSprite/*.{h,m}",
22   "requires_arc": true