blob: 635366a84b8f6b07b84867ebb3ef38113b99c20e [file] [log] [blame]
{
"name": "APImatic",
"version": "0.0.1",
"summary": "API connection library written in Swift",
"description": "An easy to use wrapper around background networking calls. Connecting to any API using APImatic is really easy and simple to achieve.",
"homepage": "https://github.com/robertBojor/APImatic",
"license": "MIT",
"authors": {
"Robert Bojor": "robert.bojor@gmail.com"
},
"source": {
"git": "https://github.com/robertBojor/APImatic.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/robert_bojor",
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/*",
"frameworks": "UIKit"
}