blob: ce1b13d61696ab5b171759a9354bb5158718f0a8 [file] [log] [blame]
{
"name": "NHFNSString",
"version": "0.0.1",
"summary": "对NSString进行行的一个扩展",
"homepage": "https://github.com/nhfc99/NHFNSString",
"license": "MIT",
"authors": {
"牛宏飞": "nhfc99@163.com"
},
"source": {
"git": "https://github.com/nhfc99/NHFNSString.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "NSString+unit/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}