blob: 3a7f87e0fcc4ae35531d3282e6f74f423a681507 [file] [log] [blame]
{
"name": "Shelley",
"version": "1.0.1",
"summary": "View selection engine used in Frank.",
"homepage": "https://github.com/testingwithfrank/Shelley",
"license": "Apache2",
"authors": {
"Pete Hodgson": "github@thepete.net"
},
"source": {
"git": "https://github.com/TestingWithFrank/Shelley.git",
"tag": "1.0.1"
},
"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
}