blob: a61f813654a2450d5353d02b96d3354e3f444547 [file] [log] [blame]
{
"name": "GBLoading",
"version": "2.1.0",
"summary": "An elegant, lightweight & most importantly robust asynchronous resource loading library for iOS.",
"homepage": "https://github.com/lmirosevic/GBLoading",
"license": "Apache License, Version 2.0",
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/lmirosevic/GBLoading.git",
"tag": "2.1.0"
},
"source_files": "GBLoading/*.{h,m}",
"public_header_files": "GBLoading/*.h",
"requires_arc": true,
"dependencies": {
"GBStorage": [
"~> 2.1"
]
}
}