[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 1 / 8 / MMAccessoryPanel / 1.0.1 / MMAccessoryPanel.podspec.json
blob7edf9ba80198648abc7c384cefeb140c99583db7
2   "name": "MMAccessoryPanel",
3   "version": "1.0.1",
4   "summary": "Creates and manages collapsible bars on top of any UIScrollView, just below the navigation bar.",
5   "description": "                   MMAccessoryPanel creates and manages collapsible bars on top of any \n                   UIScrollView, just below the navigation bar. MMAccessoryPanel collapses \n                   to invisible when user scroll down, and expand when when user scroll up. \n                   \n                   MMAccessoryPanel helps maximize usable screen estate for scroll view. \n                   The behavior is some what similar to the top bar in Facebook app.\n",
6   "homepage": "http://engineering.medallia.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "Medallia",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/medallia/ios-MMAccessoryPanel.git",
17     "tag": "v1.0.1"
18   },
19   "source_files": [
20     "MMAccessoryPanel",
21     "MMAccessoryPanel/**/*.{h,m}"
22   ],
23   "public_header_files": "MMAccessoryPanel/**/*.h",
24   "requires_arc": true