blob: 59d5c91e1dcea9e0ddf28c43a8d944519f78afc2 [file] [log] [blame]
{
"name": "ReflectableEnum",
"version": "0.1.1",
"summary": "Reflection for enums in Objective-C",
"homepage": "https://github.com/fastred/ReflectableEnum",
"license": "MIT",
"authors": {
"Arkadiusz Holko": "fastred@fastred.org"
},
"social_media_url": "https://twitter.com/arekholko",
"source": {
"git": "https://github.com/fastred/ReflectableEnum.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "ReflectableEnum/*.{h,m}",
"public_header_files": "ReflectableEnum/*.h"
}