blob: 1a62ce7490003c93c013447a3ff0ce142a037779 [file] [log] [blame]
{
"name": "FPFramework",
"version": "0.1.18",
"summary": "Sort description of Filipe framework",
"description": "Demo example of Cocoa Touch Framework. In this example you can distrubute framework without sharing the source code.",
"homepage": "https://github.com/filipemvpereira/MyFramework.git",
"license": {
"type": "MIT",
"text": "The MIT License (MIT)\n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files"
},
"authors": {
"Filipe Pereira": "filas21pereira@gmail.com"
},
"source": {
"http": "https://github.com/filipemvpereira/MyFramework/releases/download/0.1.18/FPFramework.zip"
},
"source_files": "FPFramework/FPFramework.framework/Headers/*.h",
"public_header_files": "FPFramework/FPFramework.framework/Headers/*.h",
"exclude_files": "FPFramework/FPFramework.framework/*.plist",
"vendored_frameworks": "FPFramework/FPFramework.framework",
"preserve_paths": "FPFramework/FPFramework.framework",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"dependencies": {
"ObjectMapper": [
]
}
}