blob: c2c89b8b1c73f6756eea2fc04cbb451bf348edb1 [file] [log] [blame]
{
"name": "NNArrayDiff",
"version": "0.3.0",
"summary": "Yet another diff calculation utility, efficient & tested.",
"description": "A detailed description will be here when I think of a good one.",
"homepage": "https://github.com/nickynick/ArrayDiff",
"license": "MIT",
"authors": {
"Nick Tymchenko": "t.nick.a@gmail.com"
},
"source": {
"git": "https://github.com/nickynick/ArrayDiff.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/nickynick42",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ArrayDiff/**/*.{h,m}",
"public_header_files": "ArrayDiff/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"UIKitWorkarounds": [
">= 0.2.1"
]
}
}