blob: 90688a5b574ff74c1e10eaf79b6517075ab1c42d [file] [log] [blame]
{
"name": "GeoPattern",
"version": "1.0",
"summary": "Generated beautiful patterns from a string.",
"homepage": "https://github.com/MattFaluotico/GeoPattern-Cocoa",
"license": "MIT",
"authors": {
"mattfaluotico": "matt.faluotico@gmail.com"
},
"source": {
"git": "https://github.com/MattFaluotico/GeoPattern-Cocoa.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/MattFaluotico",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "GeoPattern/*.{h,m}",
"resource_bundles": {
"GeoPattern": [
"Pod/Assets/*.png"
]
},
"public_header_files": "GeoPattern/GeoPatterns.h",
"frameworks": "Security"
}