blob: cd64e530c3d0d1ccf76176d68eae77d162aff760 [file] [log] [blame]
{
"name": "NNArrayDiff",
"version": "0.2.5",
"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.2.5"
},
"social_media_url": "https://twitter.com/nickynick42",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "ArrayDiff/**/*.{h,m}",
"public_header_files": "ArrayDiff/**/*.h",
"frameworks": "UIKit"
}