blob: 21808a91944a6da81170fd15d4239fdde9d81018 [file] [log] [blame]
{
"name": "YSDynamicProperties",
"version": "1.0.0",
"summary": "Obj-C Category that make add Category Dynamic property easy.",
"homepage": "https://github.com/youngshook/YSDynamicProperties",
"license": "MIT",
"authors": {
"Young Shook": "shook.young@gmail.com"
},
"social_media_url": "http://twitter.com/young_shook",
"source": {
"git": "git@github.com:youngshook/YSDynamicProperties.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": false,
"frameworks": "Foundation",
"source_files": "YSDynamicProperties/*.{h,m}",
"public_header_files": "YSDynamicProperties/*.h"
}