[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 6 / d / DjangoConsumer / 0.2.0 / DjangoConsumer.podspec.json
bloba6196c50d9ea5dcdf85985c2eb2d17bd65cc9ad2
2   "name": "DjangoConsumer",
3   "version": "0.2.0",
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.2.0"
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": "Testing",
44       "source_files": "DjangoConsumer/Source/Testing/**/*.swift",
45       "dependencies": {
46         "DjangoConsumer/Core": [
48         ]
49       }
50     }
51   ]