[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / e / 6 / d / DjangoConsumer / 0.8.0 / DjangoConsumer.podspec.json
blobd4a8a07b669a5f5d7ec343313a4b48794d8b7daf
2   "name": "DjangoConsumer",
3   "version": "0.8.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.8.0"
20   },
21   "dependencies": {
22     "Alamofire-SwiftyJSON": [
23       "~> 3.0.0"
24     ]
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "DjangoConsumer/Source/Core/**/*.swift"
31     },
32     {
33       "name": "OAuth2",
34       "source_files": "DjangoConsumer/Source/OAuth2/**/*.swift",
35       "dependencies": {
36         "DjangoConsumer/Core": [
38         ]
39       }
40     },
41     {
42       "name": "Testing",
43       "source_files": "DjangoConsumer/Source/Testing/**/*.swift",
44       "dependencies": {
45         "DjangoConsumer/Core": [
47         ]
48       }
49     }
50   ]