| { |
| "name": "SNPopupViewController", |
| "version": "0.1.4", |
| "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": "LICENSE" |
| }, |
| "authors": { |
| "snlo": "snloveydus@sina.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/snlo/SNPopupViewController.git", |
| "tag": "0.1.4" |
| }, |
| "source_files": "SNPopupViewController/SNPopupViewController/*.{h,m}", |
| "requires_arc": true, |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2" |
| } |
| } |