blob: b5febd315726ce75da2afbd0881994f1503082f0 [file] [log] [blame]
{
"name": "Castle",
"version": "1.0.4",
"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": {
"Castle Intelligence": "team@castle.io"
},
"source": {
"git": "https://github.com/castle/castle-ios.git",
"tag": "1.0.4"
},
"social_media_url": "https://twitter.com/castle_io",
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"Security",
"CoreTelephony",
"UIKit",
"SystemConfiguration"
]
},
"source_files": "Castle/Classes/**/*"
}