blob: 4a8a315cddecd22d8c8613f8795c90aeb405db37 [file] [log] [blame]
{
"name": "Hermod-tvos",
"version": "1.0.2",
"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.0.2"
},
"source_files": [
"Source Code/*.{h,m}",
"Source Code/*/*.{h,m}"
],
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~>3.0"
]
},
"requires_arc": true
}