[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / a / 5 / 2 / DKScrollNavigationControl / 0.0.1 / DKScrollNavigationControl.podspec.json
blob4d330509ef948831b926e8749139baf580ac6b2b
2   "name": "DKScrollNavigationControl",
3   "version": "0.0.1",
4   "summary": "Scroll navigation control for asynchronous scrolling with another UIScrollView for iOS",
5   "homepage": "https://github.com/dimidrol86/DKScrollNavigationControl",
6   "license": "MIT",
7   "authors": "Dmitry Konygin",
8   "platforms": {
9     "ios": "7.0"
10   },
11   "source": {
12     "git": "https://github.com/dimidrol86/DKScrollNavigationControl.git",
13     "tag": "v0.0.1"
14   },
15   "source_files": "Library/*",
16   "requires_arc": true,
17   "dependencies": {
18     "PureLayout": [
19       "~> 3.0.1"
20     ]
21   }