blob: f2856e18332623bdb9bbd827fcf463903afc4164 [file] [log] [blame]
{
"name": "FsprgEmbeddedStoreMac",
"version": "1.0.13",
"summary": "Embedded Store Framework for http://fastspring.com",
"description": " FastSpring's embedded store consists of a controller with some integration points\n and WebKit's web view. It's thin and very flexible and lets you integrate FastSpring\n the way that fits best for your application.\n",
"homepage": "https://github.com/FastSpring/FsprgEmbeddedStoreMac",
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"FastSpring": "support@fastspring.com"
},
"platforms": {
"osx": "10.5"
},
"source": {
"git": "https://github.com/FastSpring/FsprgEmbeddedStoreMac.git",
"tag": "1.0.13"
},
"source_files": "FsprgEmbeddedStore/**/*.{h,m}",
"exclude_files": "FsprgEmbeddedStore/Tests",
"frameworks": [
"WebKit",
"Security"
],
"requires_arc": false
}