[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / d / Neptune / 0.2 / Neptune.podspec.json
blob1df2aae9f0b791fa4f782822dbab8a43289de3c6
2   "name": "Neptune",
3   "version": "0.2",
4   "summary": "Simple registration of remote NSUserDefaults.",
5   "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",
6   "homepage": "https://github.com/calebd/neptune",
7   "license": "MIT",
8   "authors": {
9     "Caleb Davenport": "calebmdavenport@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/calebd/neptune.git",
13     "tag": "0.2"
14   },
15   "platforms": {
16     "ios": "4.0"
17   },
18   "source_files": "Neptune/**/*.{h,m}",
19   "frameworks": "Foundation",
20   "requires_arc": true