[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 1 / 7 / SYPopover / 1.0.1 / SYPopover.podspec.json
blob552c9274034bf97a71ca5adce218aa3ede8335d8
2   "name": "SYPopover",
3   "platforms": {
4     "ios": "5.0"
5   },
6   "version": "1.0.1",
7   "license": "Custom",
8   "summary": "Popover created with simple navigation controller and view controller subclasses",
9   "homepage": "https://github.com/dvkch/SYPopover",
10   "authors": {
11     "Stan Chevallier": "contact@stanislaschevallier.fr"
12   },
13   "source": {
14     "git": "https://github.com/dvkch/SYPopover.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "*.{h,m}",
18   "requires_arc": true,
19   "xcconfig": {
20     "CLANG_MODULES_AUTOLINK": "YES"
21   },
22   "dependencies": {
23     "SYKit": [
24       ">= 0.0.1"
25     ]
26   }