blob: 6499d59fc4e27dc728d5812142bd04dcb8a6330c [file] [log] [blame]
{
"name": "NHFDevice",
"version": "1.0.0",
"summary": "IOS布局相关方面的",
"homepage": "https://github.com/nhfc99/NHFDevice.git",
"license": "MIT",
"authors": {
"nhfc99": "nhfc99@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nhfc99/NHFDevice.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "Class/NHFDevice/*.{h,m}",
"public_header_files": [
"Class/NHFDevice/*.h"
],
"frameworks": [
"QuartzCore",
"CoreData",
"Foundation",
"UIKit"
]
}