blob: 4e18107235ce1527de24b91c2abeb7d3c22116c1 [file] [log] [blame]
{
"name": "FPFramework",
"version": "0.1.1",
"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": {
"git": "https://github.com/filipemvpereira/MyFramework.git",
"tag": "0.1.1"
},
"source_files": "FPFramework/FPSetup.swift",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}