| { |
| "name": "SwpKeyChain", |
| "version": "1.2.2", |
| "summary": "KeyChain 存储工具", |
| "description": "TODO: KeyChain 存储工具", |
| "homepage": "https://github.com/swp-song/SwpKeyChain", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "swp-song": "396587868@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/swp-song/SwpKeyChain.git", |
| "tag": "1.2.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "SwpKeyChain", |
| "SwpKeyChain/Classes/**/*.{h,m}" |
| ], |
| "public_header_files": "SwpKeyChain/Classes/**/*.h", |
| "resources": "SwpKeyChain/Resources/SwpKeyChain.bundle", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |