2 "name": "DjangoConsumer",
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",
8 "type": "BSD-3-Clause",
12 "Jan Nash": "jnash@jnash.de"
18 "git": "https://github.com/JanNash/DjangoConsumer.git",
22 "Alamofire-SwiftyJSON": [
26 "default_subspecs": "Core",
30 "source_files": "DjangoConsumer/Source/Core/**/*.swift"
34 "source_files": "DjangoConsumer/Source/OAuth2/**/*.swift",
36 "DjangoConsumer/Core": [
43 "source_files": "DjangoConsumer/Source/Testing/**/*.swift",
45 "DjangoConsumer/Core": [