blob: a458311f6358339cf72d60cb0e7f1f015dd635b7 [file] [log] [blame]
{
"name": "peak-core-ios",
"version": "0.5",
"summary": "Peak Core iOS Library",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/robin7331/peak-core-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robin Reiter": "robin7331@gmail.com"
},
"source": {
"git": "https://github.com/robin7331/peak-core-ios.git",
"tag": "0.5"
},
"social_media_url": "https://twitter.com/robin7331",
"platforms": {
"ios": "9.0"
},
"source_files": "peak-core-ios/Classes/**/*",
"frameworks": [
"UIKit",
"WebKit"
],
"dependencies": {
"UICKeyChainStore": [
"~> 2.1.0"
],
"JSCoreBom": [
"~> 1.1.1"
]
}
}