blob: 692b45b0f653dfb99763e408dff495721d706835 [file] [log] [blame]
{
"name": "Deeplinkr",
"version": "0.1.1",
"summary": "Library for integrating with the Deeplinkr.com API",
"homepage": "https://deeplinkr.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sean McGary": "sean@seanmcgary.com"
},
"source": {
"git": "https://github.com/Deeplinkr/deeplinkr-ios.git",
"tag": "v0.1.1"
},
"source_files": "Deeplinkr",
"exclude_files": "Classes/Exclude",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"2.3.1"
]
}
}