[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 2 / b / Nomosi / 0.0.3 / Nomosi.podspec.json
blob6efec821ddb9765e6a951d7f72fc8a99013d9e2d
2   "name": "Nomosi",
3   "version": "0.0.3",
4   "summary": "Plug and play network services for your iOS app.",
5   "description": "Plug and play network services for your iOS app.",
6   "swift_version": "4.2",
7   "homepage": "https://github.com/MarioIannotta/Nomosi",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "MarioIannotta": "info@marioiannotta.com"
14   },
15   "source": {
16     "git": "https://github.com/MarioIannotta/Nomosi.git",
17     "tag": "0.0.3"
18   },
19   "social_media_url": "https://twitter.com/MarioIannotta",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "default_subspecs": "All",
24   "subspecs": [
25     {
26       "name": "All",
27       "dependencies": {
28         "Nomosi/Core": [
30         ],
31         "Nomosi/UI": [
33         ]
34       }
35     },
36     {
37       "name": "Core",
38       "source_files": "Nomosi/Core/**/*",
39       "exclude_files": "Nomosi/UI/**/*"
40     },
41     {
42       "name": "UI",
43       "ios": {
44         "source_files": "Nomosi/UI/**/*"
45       },
46       "dependencies": {
47         "Nomosi/Core": [
49         ]
50       }
51     }
52   ]