[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 1 / 5 / 4 / Linky / 0.1.0 / Linky.podspec.json
blob046fbe80d32f4bfa5c5714f47f6afa3cfdab05f4
2   "name": "Linky",
3   "version": "0.1.0",
4   "summary": "Linky is a cocoapod that provides two custom segues, LinkStoryboardSegue and LinkStoryboardModalSegue.",
5   "description": "                       Linky is a cocoapod that provides two custom segues, LinkStoryboardSegue and LinkStoryboardModalSegue, allowing the UI to be broken up into separate storyboards. This allows for multiple developers to work on the UI design without having to painstakingly merge a single storyboard.\n\n",
6   "homepage": "https://github.com/drmaj/Linky",
7   "license": "MIT",
8   "authors": {
9     "Miguel Alonso Jr.": "drmiguelalonsojr@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/drmaj/Linky.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Linky": [
22       "Pod/Assets/*.png"
23     ]
24   }