blob: ed26d74ba1e16c26d4359f6c39c4fa0017a39275 [file] [log] [blame]
{
"name": "NSShield",
"version": "0.0.6",
"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": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Alan": "nhnam.develop@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nhnam/NSShield.git",
"tag": "0.0.6"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": [
"Classes/**/*.h",
"*.h"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}