blob: f87332f2adfa696d6c59d19cc6b67abb50a3f699 [file] [log] [blame]
{
"name": "PopulateKit",
"version": "0.0.4",
"platforms": {
"ios": null
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Randomly-generated contacts for the iOS address book",
"homepage": "https://github.com/acoomans/Populate",
"authors": {
"Arnaud Coomans": "arnaud.coomans@gmail.com"
},
"source": {
"git": "https://github.com/acoomans/Populate.git",
"tag": "0.0.4"
},
"source_files": "PopulateKit/**/*.{h,m}",
"resource_bundles": {
"PopulateKit": "PopulateKit/PopulateKit.bundle/*"
},
"dependencies": {
"IGIdenticon": [
"~> 0.1"
]
},
"frameworks": [
"UIKit",
"AddressBook"
],
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"requires_arc": true
}