blob: b126b4c7298ba191defd2a638ab3b631f90d4327 [file] [log] [blame]
{
"name": "myFrameworkDemoFP",
"version": "0.0.2",
"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": {
"Filipe Pereira": "filas21_pereira@hotmail.com"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "MyFramework.framework"
},
"source": {
"http": "https://www.dropbox.com/s/srniygh10n3yesy/myFrameworkDemoFP.zip"
},
"exclude_files": "Classes/Exclude"
}