blob: 66131c052591019e15cb20375dbe9188392fb4e2 [file] [log] [blame]
{
"name": "AIMLoader",
"version": "0.0.3",
"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.3"
},
"source_files": "AIMLoader.{h,m}",
"requires_arc": true,
"dependencies": {
"GKRToast": [
"~> 0.0.3"
],
"FLAnimatedImage": [
"~> 1.0"
]
}
}