blob: 6d87386eb3491ab353be29bb0f68fbb968235888 [file] [log] [blame]
{
"name": "LCategory",
"version": "0.1.5",
"summary": "Categories of LFramework.",
"description": " Categories of LFramework.\n\n * Include LCategory.h to use.\n",
"homepage": "http://www.superarts.org",
"screenshots": [
"http://www.superarts.org/_/rsrc/1299485048239/home/world_256.png",
"http://www.superarts.org/_/rsrc/1299485069968/home/disc_256.png"
],
"license": "MIT",
"authors": {
"Leo": "superartstudio@gmail.com"
},
"source": {
"git": "https://github.com/superarts/LCategory.git",
"tag": "0.1.5"
},
"social_media_url": "https://twitter.com/superarts_org",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "category/**/*.{h,m}",
"ios": {
"exclude_files": "Classes/osx/**/*.{h,m}"
},
"osx": {
"exclude_files": "Classes/ios/**/*.{h,m}"
},
"frameworks": "UIKit"
}