blob: 32eb2540af59b695cbe2d951e5214f4012611b6e [file] [log] [blame]
{
"name": "Hermod-tvos",
"version": "1.1.0",
"summary": "User friendly HTTP client on top of AFNetworking",
"description": "Hermod defines a simple, easy to use, intuitive and flexible HTTP client on top of AFNetworking.",
"homepage": "https://github.com/mobilejazz/Hermod",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Mobile Jazz": "info@mobilejazz.com"
},
"platforms": {
"tvos": "9.0"
},
"social_media_url": "http://twitter.com/mobilejazzcom",
"source": {
"git": "https://github.com/mobilejazz/Hermod.git",
"tag": "1.1.0"
},
"source_files": [
"Source Code/*.{h,m}",
"Source Code/*/*.{h,m}"
],
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~>3.0"
]
},
"requires_arc": true
}