blob: 21d79c922782ef72ec35e7cca793a40692f99fcf [file] [log] [blame]
{
"name": "samplepluginframework",
"version": "2.0.0",
"summary": "sample framework",
"description": "Its just a sample framework added to test",
"homepage": "https://www.google.com",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"rakshitha": "rakshitharakki06@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/rakshithaachar/samplepluginframework.git",
"tag": "2.0.0"
},
"source_files": "source/**/*",
"frameworks": [
"UIKit",
"Foundation",
"UserNotifications"
]
}