| { | |
| "name": "Castle", | |
| "version": "0.9.9", | |
| "summary": "Castle SDK for iOS", | |
| "description": "Castle for iOS provides a simple way to integrate Castle into your app.", | |
| "homepage": "https://castle.io", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Timo Engelhardt": "timo@castle.io" | |
| }, | |
| "source": { | |
| "git": "https://github.com/castle/castle-ios.git", | |
| "tag": "0.9.9" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "ios": { | |
| "frameworks": "Security" | |
| }, | |
| "source_files": "Castle/Classes/**/*" | |
| } |