blob: 0eb77f78b4f0245cd69d6507fff772a8e564a2dd [file] [log] [blame]
{
"name": "FileDrone",
"version": "0.1.0",
"summary": "A simple mechanism that allows you to track changes to your app's files.",
"homepage": "https://github.com/jellybeansoup/ios-filedrone",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Daniel Farrelly": "daniel@jellystyle.com"
},
"source": {
"git": "https://github.com/jellybeansoup/ios-filedrone.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "src/FileDrone/*.{h,m}",
"public_header_files": "src/FileDrone/*.h"
}