[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 9 / 7 / 5 / SAStickyHeader / 0.5.0 / SAStickyHeader.podspec.json
blobe252b3651ed1d5a638673287058968ab02513b61
2   "name": "SAStickyHeader",
3   "version": "0.5.0",
4   "summary": "A very simple sticky header with multiple image support via swipe gestures",
5   "description": "A very simple sticky header with multiple image support via swipe gestures, allow your users to experience parallax effect with just one line of code. supports portrait and landscape and all iOS devices. tested on iOS 8 and iOS 9",
6   "homepage": "https://github.com/shams-ahmed/SAStickyHeader",
7   "license": "MIT",
8   "authors": {
9     "Shams Ahmed": "shamsahmed@me.com"
10   },
11   "source": {
12     "git": "https://github.com/shams-ahmed/SAStickyHeader.git",
13     "tag": "0.5.0"
14   },
15   "social_media_url": "https://twitter.com/shams5035",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.{h,m,swift}",
21   "resource_bundles": {
22     "SAStickyHeader": [
23       "Pod/Assets/*.png"
24     ]
25   }