blob: 455d920d551e2db2c6fecbfb18cdf1c30e80fe02 [file] [log] [blame]
{
"name": "AIMLoader",
"version": "0.0.5",
"summary": "iOS gif loader build on top of GKRToast and FLAnimatedImage",
"homepage": "https://github.com/AllinMobile/GKRToast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maciej Gad": "https://github.com/MaciejGad"
},
"social_media_url": "https://twitter.com/maciej_gad",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/AllinMobile/GKRToast.git",
"tag": "0.0.5"
},
"source_files": "AIMLoader.{h,m}",
"requires_arc": true,
"dependencies": {
"GKRToast": [
"~> 0.0.5"
],
"FLAnimatedImage": [
"~> 1.0"
]
}
}