blob: e8ce86b8a9ddf129b04223a5d92a43cab0758a23 [file] [log] [blame]
{
"name": "SNPopupViewController",
"version": "0.0.1",
"summary": "Hello, I'm a pop-up window.",
"description": "Fully customizable popup view controller, it does most of the things for you, you just need to inherit from it",
"homepage": "https://github.com/snlo/SNPopupViewController",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"snlo": "snloveydus@sina.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/snlo/SNPopupViewController.git",
"tag": "0.0.1"
},
"source_files": "SNPopupViewController/SNPopupViewController/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}