blob: 7ecfa43e9f78c623d3260e90c2ba84732b71a30a [file] [log] [blame]
{
"name": "NSShield",
"version": "0.0.9",
"summary": "We can use it to protect project from generic error. Feel free to contribute",
"description": "\"We can use it to protect project from generic error. Feel free to contribute\"",
"homepage": "https://github.com/nhnam/NSShield",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Alan": "nhnam.develop@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nhnam/NSShield.git",
"tag": "0.0.9"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": [
"Classes/**/*.h",
"./*.h"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}