blob: 785c37ce752ccdd4c7a0345002b0863639e20c69 [file] [log] [blame]
{
"name": "CoreNetworking",
"version": "1.0.3",
"summary": "A static library project that simplifies NSURLSession.",
"homepage": "https://github.com/GabrielMassana",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Gabriel Massana": "gabrielmassana@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GabrielMassana/CoreNetworking-iOS.git",
"tag": "1.0.3",
"branch": "master"
},
"source_files": "CoreNetworking-iOS/**/*.{h,m}",
"public_header_files": "CoreNetworking-iOS/**/*.{h}",
"requires_arc": true
}