blob: a9365a1afca422d79b47d4ec5fd80774d9f3407f [file] [log] [blame]
{
"name": "NSURLSessionHelper",
"version": "0.0.1",
"summary": "Just an example.",
"description": "A simple singleton helper for basic NSURLSessionHelper functions.",
"homepage": "http://github.com/federicomazzini/NSURLSessionHelper",
"license": {
"type": "MIT",
"file": "./LICENSE.txt"
},
"authors": {
"federicodmazzini": "federicodmazzini@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/federicomazzini/NSURLSessionHelper.git",
"tag": "0.0.1"
},
"source_files": [
"NSURLSessionHelper",
"./NSURLSessionHelper/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}