[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / d / e / ARPopScrollController / 1.0.0 / ARPopScrollController.podspec.json
blob56f2f8ede0f0ee7fd0d26eadd212951160eb8e89
2   "name": "ARPopScrollController",
3   "version": "1.0.0",
4   "summary": "A beautiful page scroll controller class.",
5   "description": "                       ARPopScrollController allows you to present user with a beautiful horizontal scrolling interface of a collection of UIViews. The View is customizable according to your need. Supports all resolution iPhones and iPads.\n",
6   "homepage": "https://bitbucket.org/arrpsh/arpopscrollcontroller",
7   "license": "MIT",
8   "authors": {
9     "Puru Shukla": "puru.raj20@gmail.com"
10   },
11   "source": {
12     "git": "https://bitbucket.org/arrpsh/arpopscrollcontroller",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "ARPopScrollController": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ]