blob: c6f53a6dbf7c1b167a152d2af6b8a8eb74a46e69 [file] [log] [blame]
{
"name": "FamilySearchCocoa",
"version": "0.1.0",
"summary": "An easy to use library for interacting with the FamilySearch.org API on iOS or OS X.",
"description": "\t\t\t\t\tYou need to get a developer key from https://devnet.familysearch.org/ first. Then you can easily get the current user, add\n\t\t\t\t\tparents, children, spouses and modify a persons events like birth, death, marriage date, etc. More is coming soon.\n",
"homepage": "https://github.com/FamilySearch/FamilySearchCocoa",
"license": "BSD",
"authors": {
"Adam Kirk": "akirk@familysearch.org"
},
"source": {
"git": "https://github.com/FamilySearch/FamilySearchCocoa.git",
"tag": "0.1.0"
},
"source_files": "FamilySearchCocoa/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MTPocket": [
],
"MTDates": [
],
"MTJSONUtils": [
]
}
}