[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / b / 0 / RoutableIOS / 0.0.3 / RoutableIOS.podspec.json
blob28e2572070ab8a0b0305a9cc4a9e684129334072
2   "name": "RoutableIOS",
3   "version": "0.0.3",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "It is framework implemented to help manage your IOS app routing",
9   "homepage": "http://seductive-mobile.com",
10   "social_media_url": "https://www.facebook.com/malkevych",
11   "authors": {
12     "Malkevych Bohdan Ihorovych": "webslesar@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SeductiveMobile/RoutableIOS.git",
16     "tag": "v0.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "3.1",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/*.swift",
28       "frameworks": "Foundation"
29     }
30   ]