blob: a8595ecbcbdb493624c596ab4a2d2044047c9d3e [file] [log] [blame]
{
"name": "demoTouchFramework",
"version": "0.0.1",
"summary": "Demo Example of Cocoa Touch Framework",
"description": "Demo example of Cocoa Touch Framework. In this example you can distrubute framework without sharing the source code.",
"homepage": "https://github.com/Rageeni/demoTouchFramework.git",
"license": {
"type": "MIT",
"text": "The MIT License (MIT) \n Copyright (c) Rageeni Jadam <rageenijadam@gmail.com> \n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files"
},
"authors": {
"Rageeni Jadam": "rageenijadam@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "demoTouchFramework.framework"
},
"source": {
"http": "https://s3-ap-southeast-1.amazonaws.com/uxarmymedia/demoTouchFramework.zip"
},
"exclude_files": "Classes/Exclude"
}