blob: 1df2aae9f0b791fa4f782822dbab8a43289de3c6 [file] [log] [blame]
{
"name": "Neptune",
"version": "0.2",
"summary": "Simple registration of remote NSUserDefaults.",
"description": " # Neptune\n\n Neptune allows easy configuration of NSUserDefaults from a remote plist.\n\n Neptune was inspired by [GroundControl](https://github.com/mattt/GroundControl) although it takes a slightly different design approach.\n\n ## Features\n\n - Enables a default set of options to be loaded from a local plist file\n - Has no external dependencies\n - Very simple API\n",
"homepage": "https://github.com/calebd/neptune",
"license": "MIT",
"authors": {
"Caleb Davenport": "calebmdavenport@gmail.com"
},
"source": {
"git": "https://github.com/calebd/neptune.git",
"tag": "0.2"
},
"platforms": {
"ios": "4.0"
},
"source_files": "Neptune/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}