blob: 2312020f80662c0d69522250fea507309587221e [file] [log] [blame]
{
"name": "NSObject-UserInfo",
"version": "0.0.1",
"summary": "A category on NSObject allowing the attachment of arbitrary data.",
"homepage": "https://github.com/TENDIGI/NSObject-UserInfo",
"license": "Apache License, Version 2.0",
"authors": {
"Nick Lee": "nick@tendigi.com"
},
"social_media_url": "http://twitter.com/nickplee",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/TENDIGI/NSObject-UserInfo.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}