blob: bc613222aec49f502edebd57dd39cdc3e2b74c7f [file] [log] [blame]
{
"name": "ULID",
"version": "1.0.2",
"summary": "Universally Unique Lexicographically Sortable Identifier",
"homepage": "https://github.com/whitesmith/ulid",
"authors": {
"Ricardo Pereira": "m@ricardopereira.eu"
},
"license": "MIT",
"social_media_url": "https://twitter.com/whitesmithco",
"description": "Universally Unique Lexicographically Sortable Identifier (Objective-C wrapper of the C++ lib).",
"source": {
"git": "https://github.com/whitesmith/ulid.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"ULID/*.{h}",
"Source/*.{h,hh,hpp,cpp,m,mm}"
],
"public_header_files": [
"ULID/*.{h}",
"Source/*.{h}"
],
"private_header_files": "Source/*.{hh,hpp}"
}