blob: f9f115e498427a834eb1fac1243bea90684a2aa2 [file] [log] [blame]
{
"name": "ReflectableEnum",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "ReflectableEnum/*.{h,m}",
"public_header_files": "ReflectableEnum/*.h"
}