blob: a992511e304c50f43201dbb026136da0447db8f6 [file] [log] [blame]
{
"name": "NgChangeSet",
"version": "1.0.0",
"summary": "A simple data structure for working with changeset in Objective-C.",
"homepage": "https://github.com/meiwin/NgChangeSet",
"authors": {
"Meiwin Fu": "meiwin@blockthirty.com"
},
"source": {
"git": "https://github.com/meiwin/ngchangeset.git",
"tag": "v1.0.0"
},
"source_files": "NgChangeSet/**/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
}
}