[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 1 / 7 / SYPopover / 1.0 / SYPopover.podspec.json
blob816d902c68a6c19f129920fb5c52aa1730afcd33
2   "name": "SYPopover",
3   "platforms": {
4     "ios": "5.0"
5   },
6   "version": "1.0",
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"
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   }