blob: e0aad09b0e790344d84fdc19c74eda4ee99de13f [file] [log] [blame]
{
"name": "ULID",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.10"
},
"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}"
}