[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 6 / d / DjangoConsumer / 0.1.1 / DjangoConsumer.podspec.json
blobd405e294978c1970105b180e57c51d2f5b777d0f
2   "name": "DjangoConsumer",
3   "version": "0.1.1",
4   "summary": "A Swift framework trying to make swiftly consuming a Django Rest Framework API quite effortless.",
5   "description": "DjangoConsumer (or DC?) is a small assemblage of protocols and structs that should be useful\nto communicate with a Django API through a simple, hopefully quite swifty interface.\n\nYou define your models, make them conform to one small protocol, write a few lines of general \nconfiguration and get started with consuming your Django API.\n\n// TODO: Add code examples\n\nMore detailed configurations configurations are possible if necessary.\n\n// TODO: Add code examples",
6   "homepage": "https://github.com/JanNash/DjangoConsumer",
7   "license": {
8     "type": "BSD-3-Clause",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jan Nash": "jnash@jnash.de"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/JanNash/DjangoConsumer.git",
19     "tag": "v0.1.1"
20   },
21   "dependencies": {
22     "Alamofire-SwiftyJSON": [
23       "~> 3.0.0"
24     ]
25   },
26   "default_subspecs": "Core",
27   "pushed_with_swift_version": "4.0",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "DjangoConsumer/Source/Core/**/*.swift"
32     },
33     {
34       "name": "OAuth2",
35       "source_files": "DjangoConsumer/Source/OAuth2/**/*.swift",
36       "dependencies": {
37         "DjangoConsumer/Core": [
39         ]
40       }
41     },
42     {
43       "name": "MockBackend",
44       "source_files": "DjangoConsumer/Source/MockBackend/**/*.swift",
45       "dependencies": {
46         "DjangoConsumer/Core": [
48         ],
49         "Embassy": [
50           "~> 4.0.0"
51         ],
52         "EnvoyAmbassador": [
53           "~> 4.0.1"
54         ]
55       }
56     }
57   ]