blob: ddf42e7e97cd50bf9ae7bc4ca073d9d6e0154907 [file] [log] [blame]
{
"name": "GeoPattern",
"version": "1.0.1",
"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.1"
},
"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, GeoPatternView, GeoPatternConstants}.h",
"frameworks": "Security"
}