blob: 7f097e101e26ff88f1642a96871c0aeab773bea0 [file] [log] [blame]
{
"name": "LionheartAlamofireClient",
"version": "1.0.0",
"summary": "A simple class that helps manage interaction with remote APIs using Alamofire.",
"homepage": "https://github.com/lionheart/LionheartAlamofireClient",
"license": "Apache 2.0",
"authors": {
"Dan Loewenherz": "dan@lionheartsw.com"
},
"source": {
"git": "https://github.com/lionheart/LionheartAlamofireClient.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/dwlz",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Alamofire": [
]
}
}