blob: d7caaecac9b1ca3b96530f79ced49c45600d0432 [file] [log] [blame]
{
"name": "Shelley",
"version": "1.0",
"summary": "View selection engine used in Frank.",
"homepage": "https://github.com/testingwithfrank/Shelley",
"license": "Apache License, Version 2.0",
"authors": {
"Pete Hodgson": "github@thepete.net"
},
"source": {
"git": "https://github.com/TestingWithFrank/Shelley.git",
"tag": "1.0"
},
"ios": {
"source_files": [
"Source/Shared/**/*.{h,m}",
"Source/iOS/**/*.{h,m}"
]
},
"osx": {
"source_files": [
"Source/Shared/**/*.{h,m}",
"Source/Mac/**/*.{h,m}"
]
},
"frameworks": "CoreGraphics",
"requires_arc": false
}